summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend
Commit message (Expand)AuthorAgeFilesLines
...
* [clang-scan-deps] print the dependencies to stdoutAlex Lorenz2019-06-211-0/+4
* [clang-ifs] Clang Interface Stubs, first version (second landing attempt).Puyan Lotfi2019-06-203-0/+400
* Unify DependencyFileGenerator class and DependencyCollector interface (NFCI)Alex Lorenz2019-06-192-215/+73
* [OpenCL] Split type and macro definitions into opencl-c-base.hSven van Haastregt2019-06-191-2/+8
* Revert D60974 "[clang-ifs] Clang Interface Stubs, first version."Fangrui Song2019-06-183-402/+0
* [NFC] Undoing r363646 to fix bots.Puyan Lotfi2019-06-181-0/+1
* [NFC] Fixing -DBUILD_SHARED_LIBS=ON problem caused by layering issue in D60974Puyan Lotfi2019-06-181-1/+0
* [clang-ifs] Clang Interface Stubs, first version.Puyan Lotfi2019-06-173-0/+402
* [Remarks] Extend -fsave-optimization-record to specify the formatFrancis Visoiu Mistrih2019-06-171-0/+5
* [Clang] Harmonize Split DWARF options with llcAaron Puchert2019-06-151-0/+1
* [Clang] Rename -split-dwarf-file to -split-dwarf-outputAaron Puchert2019-06-151-1/+1
* Add --print-supported-cpus flag for clang.Ziang Wan2019-06-141-0/+1
* [WebAssembly] Modernize include path handlingSam Clegg2019-06-131-0/+8
* [libclang] Allow skipping warnings from all included filesNikolai Kosjar2019-06-111-22/+46
* [Frontend] SetUpDiagnosticLog should handle unowned diagnostic consumerAlex Lorenz2019-06-101-3/+7
* [analyzer] Add werror flag for analyzer warningsKeno Fischer2019-06-071-0/+1
* Driver, IRGen: Set partitions on GlobalValues according to -fsymbol-partition...Peter Collingbourne2019-06-071-0/+2
* Convert MemberExpr creation and serialization to work the same way asRichard Smith2019-06-062-43/+35
* Revert "Factor out duplicated code building a MemberExpr and marking it" and ...Benjamin Kramer2019-06-052-35/+43
* Initial support for vectorization using MASSV (IBM MASS vector library)Nemanja Ivanovic2019-06-051-0/+2
* Convert MemberExpr creation and serialization to work the same way asRichard Smith2019-06-042-43/+35
* Add clang source minimizer that reduces source to directivesAlex Lorenz2019-06-032-1/+37
* [OpenCL] Declare builtin functions using TableGenSven van Haastregt2019-06-031-1/+2
* Fix the predefined exponent limit macros for the 16-bit IEEE format.John McCall2019-05-311-3/+3
* Do not resolve directory junctions for `-fdiagnostics-absolute-paths` on Wind...Igor Kudrin2019-05-241-0/+21
* [analyzer] List checker/plugin options in 3 categories: released, alpha, deve...Kristof Umann2019-05-231-0/+4
* [analyzer] Hide developer-only checker/package options by defaultKristof Umann2019-05-231-0/+2
* [analyzer] List checkers in 3 categories: released, alpha, developerKristof Umann2019-05-231-1/+3
* [analyzer] Add a new frontend flag to display all checker optionsKristof Umann2019-05-231-0/+1
* [Frontend] Return an error on bad inputs to PrecompiledPreabmleIlya Biryukov2019-05-222-8/+10
* [PragmaHandler] Expose `#pragma` locationJoel E. Denny2019-05-211-1/+1
* [clang][Darwin] Refactor header search path logic into the driverLouis Dionne2019-05-211-51/+15
* [ARM][CMSE] Add commandline option and feature macroJaved Absar2019-05-211-0/+1
* [Preamble] Reuse preamble even if an unsaved file does not existNikolai Kosjar2019-05-212-17/+33
* [Lex] Allow to consume tokens while preprocessingIlya Biryukov2019-05-171-1/+2
* [ASTImporter] Use llvm::Expected and Error in the importer APIGabor Marton2019-05-151-1/+1
* Temporarily revert "Change -gz and -Wa,--compress-debug-sections to use gABI ...Eric Christopher2019-05-141-1/+2
* Add a new language mode for C2x; enable [[attribute]] support by default in C2x.Aaron Ballman2019-05-141-2/+6
* Introduce the ability to dump the AST to JSON.Aaron Ballman2019-05-133-17/+35
* Change -gz and -Wa,--compress-debug-sections to use gABI compression (SHF_COM...Fangrui Song2019-05-101-2/+1
* [SPIR] Simplified target checking.Anastasia Stulova2019-05-092-5/+2
* [c++20] Add support for explicit(bool), as described in P0892R2.Richard Smith2019-05-091-0/+2
* Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg2019-05-061-2/+0
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-041-0/+2
* [analyzer] Don't display implementation checkers under -analyzer-checker-help...Kristof Umann2019-05-011-0/+1
* [analyzer][NFC] Reimplement checker optionsKristof Umann2019-04-191-1/+1
* [CodeComplete] Remove obsolete isOutputBinary().Sam McCall2019-04-182-8/+1
* [c++20] Enable driver and frontend support for building and usingRichard Smith2019-04-141-3/+3
* [verify] Add support for location markers in directives.Richard Smith2019-04-131-145/+289
* [C++20] Implement context-sensitive header-name lexing and pp-import parsing ...Richard Smith2019-04-112-4/+18
OpenPOWER on IntegriCloud