summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove dead code.Diego Novillo2014-06-171-11/+0
* Add -std=c++1z flag for C++17 features.Richard Smith2014-06-161-0/+1
* Include system_error directly.Rafael Espindola2014-06-121-1/+1
* There is no std::errc:success, remove the llvm one.Rafael Espindola2014-05-311-1/+1
* Add flags -Rpass-missed and -Rpass-analysis.Diego Novillo2014-05-291-0/+28
* No longer allow the -std options to entirely override the -x language option....Aaron Ballman2014-05-291-11/+5
* [C++11] Use 'nullptr'. Frontend edition.Craig Topper2014-05-221-1/+1
* Make DiagnosticsEngine non-copyableAlp Toker2014-05-111-0/+2
* Enable standalone-debug by default on FreeBSDEd Maste2014-05-081-3/+4
* Driver: parse -mcmodel earlierSaleem Abdulrasool2014-05-081-1/+13
* If an instantiation of a template is required to be a complete type, checkRichard Smith2014-05-071-0/+1
* Speculative fix to unbreak the buildbots that fail with compiler errors.Argyrios Kyrtzidis2014-05-041-2/+2
* [Modules] Add the resource-dir to the module hash.Argyrios Kyrtzidis2014-05-041-1/+2
* Drop non-cfi assembly support from clang.Rafael Espindola2014-04-301-1/+0
* [PCH/Modules] Don't tie TargetOptions::LinkerVersion to a module/PCH, it's a ...Argyrios Kyrtzidis2014-04-291-1/+1
* Initial implementation of -modules-earch-all option, for searching for symbol...John Thompson2014-04-231-0/+3
* Add support for optimization reports.Diego Novillo2014-04-161-0/+11
* Honour -ivfsoverlay in ASTUnit to match clangBen Langmuir2014-04-151-1/+28
* Add -fmodules-strict-decluse to check that all headers are in modulesDaniel Jasper2014-04-111-1/+3
* Support for -Wa,-compress-debug-sections.David Blaikie2014-03-271-0/+1
* Move the -i[no-]system-prefix options from CC1Options.td to Options.td.Alexander Kornienko2014-03-261-4/+4
* [msan] -fsanitize-memory-track-origins=[level] flag and docs.Evgeniy Stepanov2014-03-201-2/+2
* Creating a printing policy for "half":Yunzhong Gao2014-03-181-0/+3
* [Modules] Emit the module file paths as dependencies of the PCH when we are b...Argyrios Kyrtzidis2014-03-141-0/+1
* Add an option -fmodules-validate-system-headersBen Langmuir2014-03-121-0/+3
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-091-1/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-5/+5
* [OPENMP] Added option -fopenmp=libiomp5|libgompAlexey Bataev2014-03-061-2/+6
* Introduce '-fmodules-user-build-path' which accepts the "canonical" path to a...Argyrios Kyrtzidis2014-03-031-0/+4
* [C++11] Use std::atomic instead of LLVM's.Benjamin Kramer2014-03-021-3/+3
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-021-1/+1
* Add a driver option -ivfsoverlayBen Langmuir2014-02-251-0/+4
* Implement -fno-short-wcharRichard Barton2014-02-241-1/+1
* clang: add -f{no-,}integrate-as as consistent parametersSaleem Abdulrasool2014-02-231-1/+1
* Accept -no-integrated-as in -cc1 and forward it to llvm.Rafael Espindola2014-02-211-0/+1
* MS ABI: Implement #pragma vtordisp() and clang-cl /vdNReid Kleckner2014-02-121-0/+1
* Add an option to allow Clang verify source files for a module only once duringDmitri Gribenko2014-02-121-4/+22
* MS ABI: Add support for the -vm{b,g,s,m,v} flagsDavid Majnemer2014-02-111-0/+18
* [stackprotector] Add command line option -fstack-protector-strongJosh Magee2014-02-111-1/+2
* Remove the -fhidden-weak-vtables -cc1 option. It was dead,John McCall2014-02-081-1/+0
* Add a CC1 option -verify-pchBen Langmuir2014-02-051-0/+3
* [asan] Remove -fsanitize-address-zero-base-shadow command lineEvgeniy Stepanov2014-01-161-2/+0
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-8/+1
* Switch around the order of MSVCCompat and MicrosoftExtAlp Toker2014-01-141-2/+1
* Rename language option MicrosoftMode to MSVCCompatAlp Toker2014-01-141-1/+1
* Use the MS ABI for Win32 targets by defaultHans Wennborg2014-01-131-2/+5
* Implement a new -fstandalone-debug option. rdar://problem/15685848Adrian Prantl2014-01-071-8/+14
* Driver: Accept -fprofile-instr-use and -fprofile-instr-generateJustin Bogner2014-01-061-0/+2
* Silence a dubious GCC warning about a set but unused global. Indeed, theChandler Carruth2013-12-281-1/+1
* Bury leaked pointers in a global array to silence a leak detector in --disabl...Kostya Serebryany2013-12-271-0/+16
OpenPOWER on IntegriCloud