summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update for llvm api change.Rafael Espindola2014-07-061-5/+8
* Track IntrusiveRefCntPtr::get() changes from LLVM r212366Alp Toker2014-07-051-1/+1
* Driver: Handle /GR- in a compatible way with MSVCDavid Majnemer2014-07-011-0/+1
* Add new debug kind LocTrackingOnly.Diego Novillo2014-06-241-3/+15
* Driver: correct behaviour of -fmsc-version=MAJORSaleem Abdulrasool2014-06-231-1/+5
* Driver: enhance MSC version compatibilitySaleem Abdulrasool2014-06-201-1/+52
* [C++1z] Implement N3981: Disable trigraphs by default in C++1z mode.Richard Smith2014-06-201-1/+2
* Frontend: Add a CC1 flag to dump module dependencies to a directoryJustin Bogner2014-06-191-0/+2
* 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
OpenPOWER on IntegriCloud