aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-06-17Remove dead code.Diego Novillo1-11/+0
2014-06-16Add -std=c++1z flag for C++17 features.Richard Smith1-0/+1
2014-06-12Include system_error directly.Rafael Espindola1-1/+1
2014-05-31There is no std::errc:success, remove the llvm one.Rafael Espindola1-1/+1
2014-05-29Add flags -Rpass-missed and -Rpass-analysis.Diego Novillo1-0/+28
2014-05-29No longer allow the -std options to entirely override the -x language option....Aaron Ballman1-11/+5
2014-05-22[C++11] Use 'nullptr'. Frontend edition.Craig Topper1-1/+1
2014-05-11Make DiagnosticsEngine non-copyableAlp Toker1-0/+2
2014-05-08Enable standalone-debug by default on FreeBSDEd Maste1-3/+4
2014-05-08Driver: parse -mcmodel earlierSaleem Abdulrasool1-1/+13
2014-05-07If an instantiation of a template is required to be a complete type, checkRichard Smith1-0/+1
2014-05-04Speculative fix to unbreak the buildbots that fail with compiler errors.Argyrios Kyrtzidis1-2/+2
2014-05-04[Modules] Add the resource-dir to the module hash.Argyrios Kyrtzidis1-1/+2
2014-04-30Drop non-cfi assembly support from clang.Rafael Espindola1-1/+0
2014-04-29[PCH/Modules] Don't tie TargetOptions::LinkerVersion to a module/PCH, it's a ...Argyrios Kyrtzidis1-1/+1
2014-04-23Initial implementation of -modules-earch-all option, for searching for symbol...John Thompson1-0/+3
2014-04-16Add support for optimization reports.Diego Novillo1-0/+11
2014-04-15Honour -ivfsoverlay in ASTUnit to match clangBen Langmuir1-1/+28
2014-04-11Add -fmodules-strict-decluse to check that all headers are in modulesDaniel Jasper1-1/+3
2014-03-27Support for -Wa,-compress-debug-sections.David Blaikie1-0/+1
2014-03-26Move the -i[no-]system-prefix options from CC1Options.td to Options.td.Alexander Kornienko1-4/+4
2014-03-20[msan] -fsanitize-memory-track-origins=[level] flag and docs.Evgeniy Stepanov1-2/+2
2014-03-18Creating a printing policy for "half":Yunzhong Gao1-0/+3
2014-03-14[Modules] Emit the module file paths as dependencies of the PCH when we are b...Argyrios Kyrtzidis1-0/+1
2014-03-12Add an option -fmodules-validate-system-headersBen Langmuir1-0/+3
2014-03-09[C++11] Replace OwningPtr include with <memory>.Ahmed Charles1-1/+1
2014-03-07Replace OwningPtr with std::unique_ptr.Ahmed Charles1-5/+5
2014-03-06[OPENMP] Added option -fopenmp=libiomp5|libgompAlexey Bataev1-2/+6
2014-03-03Introduce '-fmodules-user-build-path' which accepts the "canonical" path to a...Argyrios Kyrtzidis1-0/+4
2014-03-02[C++11] Use std::atomic instead of LLVM's.Benjamin Kramer1-3/+3
2014-03-02[C++11] Replace llvm::tie with std::tie.Benjamin Kramer1-1/+1
2014-02-25Add a driver option -ivfsoverlayBen Langmuir1-0/+4
2014-02-24Implement -fno-short-wcharRichard Barton1-1/+1
2014-02-23clang: add -f{no-,}integrate-as as consistent parametersSaleem Abdulrasool1-1/+1
2014-02-21Accept -no-integrated-as in -cc1 and forward it to llvm.Rafael Espindola1-0/+1
2014-02-12MS ABI: Implement #pragma vtordisp() and clang-cl /vdNReid Kleckner1-0/+1
2014-02-12Add an option to allow Clang verify source files for a module only once duringDmitri Gribenko1-4/+22
2014-02-11MS ABI: Add support for the -vm{b,g,s,m,v} flagsDavid Majnemer1-0/+18
2014-02-11[stackprotector] Add command line option -fstack-protector-strongJosh Magee1-1/+2
2014-02-08Remove the -fhidden-weak-vtables -cc1 option. It was dead,John McCall1-1/+0
2014-02-05Add a CC1 option -verify-pchBen Langmuir1-0/+3
2014-01-16[asan] Remove -fsanitize-address-zero-base-shadow command lineEvgeniy Stepanov1-2/+0
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg1-8/+1
2014-01-14Switch around the order of MSVCCompat and MicrosoftExtAlp Toker1-2/+1
2014-01-14Rename language option MicrosoftMode to MSVCCompatAlp Toker1-1/+1
2014-01-13Use the MS ABI for Win32 targets by defaultHans Wennborg1-2/+5
2014-01-07Implement a new -fstandalone-debug option. rdar://problem/15685848Adrian Prantl1-8/+14
2014-01-06Driver: Accept -fprofile-instr-use and -fprofile-instr-generateJustin Bogner1-0/+2
2013-12-28Silence a dubious GCC warning about a set but unused global. Indeed, theChandler Carruth1-1/+1
2013-12-27Bury leaked pointers in a global array to silence a leak detector in --disabl...Kostya Serebryany1-0/+16