aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-08-07[OpenMP] Error when trying to offload to an unsupported architectureGheorghe-Teodor Bercea1-1/+8
2017-08-07[OpenMP] Prevent emission of exception handling code when using OpenMP to off...Gheorghe-Teodor Bercea1-0/+7
2017-08-03[mips] Revert r309942 & r309940Simon Dardis1-2/+0
2017-08-03[mips] Implement -muninit-const-in-rodataSimon Dardis1-0/+2
2017-07-28[sanitizer-coverage] clang flags pumbing for -fsanitize-coverage=pc-tableKostya Serebryany1-0/+1
2017-07-16[c++2a] Add option -std=c++2a to enable support for potential/transitional C+...Faisal Vali1-0/+1
2017-07-01Changed Opts.EABIVersion type string to llvm::EABI enum classYuka Takahashi1-1/+1
2017-07-01Un-revert "[Driver] Add -fdiagnostics-hotness-threshold"Brian Gesiak1-6/+12
2017-07-01Revert "[Driver] Add -fdiagnostics-hotness-threshold"Brian Gesiak1-12/+6
2017-07-01[Driver] Add -fdiagnostics-hotness-thresholdBrian Gesiak1-6/+12
2017-06-30Remove Clang support for '-fvectorize-slp-aggressive' which used LLVM'sChandler Carruth1-1/+0
2017-06-29[NewPM] Add Clang cc1 flag -fdebug-pass-manager for printing debug information.Tim Shen1-0/+4
2017-06-29[Sema] Issue diagnostics if a new/delete expression generates a call toAkira Hatanaka1-0/+2
2017-06-29[OpenMP] Add support for auxiliary triple specificationGheorghe-Teodor Bercea1-0/+4
2017-06-23Revert "Revert r305164/5/7."Saleem Abdulrasool1-3/+16
2017-06-23[Frontend] 'Show hotness' can be used with a sampling profileBrian Gesiak1-2/+6
2017-06-16[PR33394] Avoid lexing editor placeholders when Clang is used onlyAlex Lorenz1-40/+54
2017-06-14Be more strict when checking the -flto option valueYuka Takahashi1-2/+8
2017-06-12Revert r305164/5/7.Daniel Jasper1-16/+3
2017-06-11Driver: add support for `-gz` and `-gz=`Saleem Abdulrasool1-3/+16
2017-06-09Add -frewrite-imports flag.Richard Smith1-0/+1
2017-06-09Represent debug information compression type fullySaleem Abdulrasool1-1/+3
2017-06-08[sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-...Kostya Serebryany1-0/+2
2017-06-05Revert "[sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage...Renato Golin1-2/+0
2017-06-03[sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-...Kostya Serebryany1-0/+2
2017-06-01[Modules] Handle sanitizer feature mismatches when importing modulesVedant Kumar1-0/+7
2017-05-31[clang-cl] Improve default calling convention flag handlingReid Kleckner1-2/+2
2017-05-29IRGen: Add optnone attribute on function during O0Mehdi Amini1-0/+1
2017-05-25Revert MSVC CXXOperatorNames patch due to issues with ChromiumErich Keane1-1/+1
2017-05-24For Microsoft compatibility, set fno_operator_namesErich Keane1-1/+1
2017-05-23Allow to use vfs::FileSystem for file accesses inside ASTUnit.Ilya Biryukov1-4/+11
2017-05-22Add option to include multiple lines in snippets.Richard Smith1-0/+3
2017-05-09[asan] A clang flag to enable ELF globals-gc.Evgeniy Stepanov1-0/+2
2017-05-05[sanitizer-coverage] implement -fsanitize-coverage=no-prune,... instead of a ...Kostya Serebryany1-0/+1
2017-05-03Revert rL301998: "Fix a bug that -isysroot is completely ignored on Unix"Yuka Takahashi1-1/+1
2017-05-03Fix a bug that -isysroot is completely ignored on UnixYuka Takahashi1-1/+1
2017-04-28Move functionality for handling module maps as inputs from the -emit-moduleRichard Smith1-18/+45
2017-04-27Improve diagnostics for bad -std= flag.Richard Smith1-5/+17
2017-04-26Remove unnecessary and somewhat inaccurate "C89" flag from language standards.Richard Smith1-1/+1
2017-04-26Don't accept -std= values that would switch us to a different source language.Richard Smith1-21/+25
2017-04-26Refactor frontend InputKind to prepare for treating module maps as a distinct...Richard Smith1-102/+95
2017-04-21Move Split DWARF handling to an MC option/command line argument rather than u...David Blaikie1-0/+1
2017-04-19Add support for editor placeholders to ClangAlex Lorenz1-0/+3
2017-04-18[modules-ts] Fold together -x c++ and -x c++-module at -cc1 level.Richard Smith1-2/+0
2017-04-12[Modules] Enable local submodule visibility for ObjC/CBruno Cardoso Lopes1-6/+0
2017-04-12Modular Codegen: Separate flags for function and debug info supportDavid Blaikie1-1/+2
2017-04-12[Modules] Remove darwin specific code to check for SystemVersion.plistBruno Cardoso Lopes1-23/+0
2017-04-04Preserve vec3 type.Jin-Gu Kang1-0/+1
2017-04-01[Driver] Don't crash on invalid values of -mrelocation-model=.Davide Italiano1-1/+12
2017-03-30[XRay][clang] Fix the -fxray-instruction-threshold flag processingDean Michael Berris1-2/+4