summaryrefslogtreecommitdiffstats
path: root/lib/Frontend
Commit message (Expand)AuthorAgeFilesLines
* [Frontend] Cache preamble-related dataIvan Donchevskii2019-04-041-93/+163
* Merging r354723:Hans Wennborg2019-02-261-8/+0
* Merging r354351:Hans Wennborg2019-02-201-1/+1
* Merging r353431:Hans Wennborg2019-02-121-4/+3
* [LTO] Add option to enable LTOUnit splitting, and disable unless neededTeresa Johnson2019-01-111-0/+1
* Implementation Feature Test Macros for P0722R3Chris Kennelly2019-01-111-0/+1
* [OpenMP] Add flag for preventing the extension to 64 bits for the collapse lo...Gheorghe-Teodor Bercea2019-01-091-0/+5
* Let new test from r350340 still pass even after r350451.Nico Weber2019-01-051-4/+4
* Move -add-plugin validation after -load was executed.Nico Weber2019-01-052-14/+19
* hwasan: Implement lazy thread initialization for the interceptor ABI.Peter Collingbourne2019-01-041-0/+2
* Validate -add-plugin arguments.Nico Weber2019-01-031-1/+15
* [AST] Store the callee and argument expressions of CallExpr in a trailing array.Bruno Ricci2018-12-212-56/+48
* [AST][NFC] Pass the AST context to one of the ctor of DeclRefExpr.Bruno Ricci2018-12-212-111/+100
* Automatic variable initializationJF Bastien2018-12-181-0/+13
* [darwin] parse the SDK settings from SDKSettings.json if it exists andAlex Lorenz2018-12-171-0/+8
* [ASTImporter] Add importer specific lookupGabor Marton2018-12-171-5/+6
* Implement -frecord-command-line (-frecord-gcc-switches)Scott Linder2018-12-141-0/+1
* Fix up diagnostics.Richard Trieu2018-12-141-1/+0
* Move PCHContainerOperations from Frontend to SerializationRichard Trieu2018-12-123-71/+1
* Move CodeGenOptions from Frontend to BasicRichard Trieu2018-12-113-34/+1
* Misc typos fixes in ./lib folderRaphael Isemann2018-12-101-3/+3
* Convert some ObjC msgSends to runtime calls.Pete Cooper2018-12-081-0/+4
* [frontend][darwin] warn_stdlibcxx_not_found: supress warning for preprocessed...Alex Lorenz2018-12-061-1/+7
* Move detection of libc++ include dirs to Driver on MacOSIlya Biryukov2018-12-051-16/+0
* [asan] Add clang flag -fsanitize-address-use-odr-indicatorVitaly Buka2018-12-051-0/+5
* PTH-- Remove feature entirely-Erich Keane2018-12-047-755/+2
* [Sema] Provide -fvisibility-global-new-delete-hidden optionPetr Hosek2018-12-041-0/+3
* [Analyzer] Actually check for -model-path being a directoryIlya Biryukov2018-12-031-5/+6
* [analyzer] Emit an error for invalid -analyzer-config inputsKristof Umann2018-11-301-16/+63
* [analyzer] Evaluate all non-checker config options before analysisKristof Umann2018-11-301-0/+63
* [-gmodules] Honor -fdebug-prefix-map in the debug info inside PCMs.Adrian Prantl2018-11-291-0/+6
* Add Hurd target to Clang driver (2/2)Kristina Brooks2018-11-291-0/+3
* [NFC] Replace magic numbers with CodeGenOpt enumsSam Parker2018-11-261-6/+6
* [Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to fil...Calixte Denizet2018-11-171-0/+4
* Sink BuryPointer from Clang into LLVM for reuse thereDavid Blaikie2018-11-173-18/+5
* [codeview] Expose -gcodeview-ghash for global type hashingReid Kleckner2018-11-161-0/+1
* Fix combining pragma __debug dump & parser_crash with -EDavid Blaikie2018-11-151-0/+5
* [c++20] Implement P0482R6: enable -fchar8_t by default in C++20 mode.Richard Smith2018-11-142-5/+5
* [Clang] - Add '-gsplit-dwarf[=split,=single]' version for '-gsplit-dwarf' opt...George Rimar2018-11-141-1/+17
* DebugInfo: Add a driver flag for DWARF debug_ranges base address specifier use.David Blaikie2018-11-131-0/+1
* Revert "Make clang-based tools find libc++ on MacOS"Jonas Devlieghere2018-11-122-9/+10
* Revert rL346644, rL346642: the added test test/CodeGen/code-coverage-filter.c...Calixte Denizet2018-11-121-4/+0
* Make clang-based tools find libc++ on MacOSIlya Biryukov2018-11-122-10/+9
* [Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to fil...Calixte Denizet2018-11-121-0/+4
* Pass the function type instead of the return type to FunctionDecl::CreateJonas Devlieghere2018-11-111-7/+6
* [Frontend/Modules] Show diagnostics on prebuilt module configuration mismatch...David Blaikie2018-11-081-1/+3
* Reapply "Fix regression in behavior of clang -x c++-header -fmodule-name=XXX"Benjamin Kramer2018-11-051-0/+3
* Add /Zc:DllexportInlines option to clang-clTakuto Ikuta2018-11-031-0/+3
* Change -fsanitize-address-poison-class-member-array-new-cookie to -fsanitize-...Filipe Cabecinhas2018-11-021-4/+4
* [analyzer] New flag to print all -analyzer-config optionsKristof Umann2018-11-021-0/+1