aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-02-26revert r354873 as this breaks lldb builds.Pierre Gousseau1-1/+1
2019-02-26[Driver] Allow enum SanitizerOrdinal to represent more than 64 different sani...Pierre Gousseau1-1/+1
2019-02-25[SYCL] Add clang front-end option to enable SYCL device compilation flow.Alexey Bader1-0/+2
2019-02-23Enable coroutines under -std=c++2a.Richard Smith1-1/+1
2019-02-20[OPENMP][NVPTX]Use faster teams reduction algorithm.Alexey Bataev1-0/+3
2019-02-18[ARM] Add pre-defined macros for ROPI and RWPIOliver Stannard1-0/+2
2019-02-08[OPENMP]Delay emission of the error messages for the exceptions.Alexey Bataev1-1/+0
2019-02-08Revert "[OPENMP]Initial support for the delayed diagnostics."Alexey Bataev1-0/+1
2019-02-08[OPENMP]Initial support for the delayed diagnostics.Alexey Bataev1-1/+0
2019-02-02[NewPM] Add support for new-PM plugins to clangPhilip Pfaffe1-0/+2
2019-01-31Make clang/test/Index/pch-from-libclang.c pass in more placesNico Weber1-12/+2
2019-01-28Add -fapply-global-visibility-to-externs for -cc1Scott Linder1-0/+3
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-11[LTO] Add option to enable LTOUnit splitting, and disable unless neededTeresa Johnson1-0/+1
2019-01-09[OpenMP] Add flag for preventing the extension to 64 bits for the collapse lo...Gheorghe-Teodor Bercea1-0/+5
2019-01-05Move -add-plugin validation after -load was executed.Nico Weber1-14/+1
2019-01-04hwasan: Implement lazy thread initialization for the interceptor ABI.Peter Collingbourne1-0/+2
2019-01-03Validate -add-plugin arguments.Nico Weber1-1/+15
2018-12-18Automatic variable initializationJF Bastien1-0/+13
2018-12-17[darwin] parse the SDK settings from SDKSettings.json if it exists andAlex Lorenz1-0/+8
2018-12-14Implement -frecord-command-line (-frecord-gcc-switches)Scott Linder1-0/+1
2018-12-11Move CodeGenOptions from Frontend to BasicRichard Trieu1-1/+1
2018-12-10Misc typos fixes in ./lib folderRaphael Isemann1-3/+3
2018-12-08Convert some ObjC msgSends to runtime calls.Pete Cooper1-0/+4
2018-12-06[frontend][darwin] warn_stdlibcxx_not_found: supress warning for preprocessed...Alex Lorenz1-1/+7
2018-12-05[asan] Add clang flag -fsanitize-address-use-odr-indicatorVitaly Buka1-0/+5
2018-12-04PTH-- Remove feature entirely-Erich Keane1-8/+0
2018-12-04[Sema] Provide -fvisibility-global-new-delete-hidden optionPetr Hosek1-0/+3
2018-12-03[Analyzer] Actually check for -model-path being a directoryIlya Biryukov1-5/+6
2018-11-30[analyzer] Emit an error for invalid -analyzer-config inputsKristof Umann1-16/+63
2018-11-30[analyzer] Evaluate all non-checker config options before analysisKristof Umann1-0/+63
2018-11-29[-gmodules] Honor -fdebug-prefix-map in the debug info inside PCMs.Adrian Prantl1-0/+6
2018-11-26[NFC] Replace magic numbers with CodeGenOpt enumsSam Parker1-6/+6
2018-11-17[Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to fil...Calixte Denizet1-0/+4
2018-11-17Sink BuryPointer from Clang into LLVM for reuse thereDavid Blaikie1-15/+0
2018-11-16[codeview] Expose -gcodeview-ghash for global type hashingReid Kleckner1-0/+1
2018-11-14[c++20] Implement P0482R6: enable -fchar8_t by default in C++20 mode.Richard Smith1-1/+1
2018-11-14[Clang] - Add '-gsplit-dwarf[=split,=single]' version for '-gsplit-dwarf' opt...George Rimar1-1/+17
2018-11-13DebugInfo: Add a driver flag for DWARF debug_ranges base address specifier use.David Blaikie1-0/+1
2018-11-12Revert rL346644, rL346642: the added test test/CodeGen/code-coverage-filter.c...Calixte Denizet1-4/+0
2018-11-12[Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to fil...Calixte Denizet1-0/+4
2018-11-03Add /Zc:DllexportInlines option to clang-clTakuto Ikuta1-0/+3
2018-11-02Change -fsanitize-address-poison-class-member-array-new-cookie to -fsanitize-...Filipe Cabecinhas1-4/+4
2018-11-02[analyzer] New flag to print all -analyzer-config optionsKristof Umann1-0/+1
2018-11-02[OPENMP][NVPTX]Improve emission of the globalized variables forAlexey Bataev1-0/+8
2018-11-01Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner1-1/+1
2018-10-30NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington1-2/+2
2018-10-26[VFS] Add property 'fallthrough' that controls fallback to real file system.Volodymyr Sapsai1-8/+10
2018-10-26PR26547: alignof should return ABI alignment, not preferred alignmentRichard Smith1-0/+2
2018-10-25[AArch64] Branch Protection and Return Address Signing B Key SupportLuke Cheeseman1-2/+20