summaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)Author
2017-08-03[mips] Revert r309942 & r309940Simon Dardis
2017-08-03[mips] Implement -muninit-const-in-rodataSimon Dardis
2017-07-28[sanitizer-coverage] clang flags pumbing for -fsanitize-coverage=pc-tableKostya Serebryany
2017-07-16[c++2a] Add option -std=c++2a to enable support for potential/transitional C+...Faisal Vali
2017-07-01Changed Opts.EABIVersion type string to llvm::EABI enum classYuka Takahashi
2017-07-01Un-revert "[Driver] Add -fdiagnostics-hotness-threshold"Brian Gesiak
2017-07-01Revert "[Driver] Add -fdiagnostics-hotness-threshold"Brian Gesiak
2017-07-01[Driver] Add -fdiagnostics-hotness-thresholdBrian Gesiak
2017-06-30Remove Clang support for '-fvectorize-slp-aggressive' which used LLVM'sChandler Carruth
2017-06-29[NewPM] Add Clang cc1 flag -fdebug-pass-manager for printing debug information.Tim Shen
2017-06-29[Sema] Issue diagnostics if a new/delete expression generates a call toAkira Hatanaka
2017-06-29[OpenMP] Add support for auxiliary triple specificationGheorghe-Teodor Bercea
2017-06-23Revert "Revert r305164/5/7."Saleem Abdulrasool
2017-06-23[Frontend] 'Show hotness' can be used with a sampling profileBrian Gesiak
2017-06-16[PR33394] Avoid lexing editor placeholders when Clang is used onlyAlex Lorenz
2017-06-14Be more strict when checking the -flto option valueYuka Takahashi
2017-06-12Revert r305164/5/7.Daniel Jasper
2017-06-11Driver: add support for `-gz` and `-gz=`Saleem Abdulrasool
2017-06-09Add -frewrite-imports flag.Richard Smith
2017-06-09Represent debug information compression type fullySaleem Abdulrasool
2017-06-08[sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-...Kostya Serebryany
2017-06-05Revert "[sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage...Renato Golin
2017-06-03[sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-...Kostya Serebryany
2017-06-01[Modules] Handle sanitizer feature mismatches when importing modulesVedant Kumar
2017-05-31[clang-cl] Improve default calling convention flag handlingReid Kleckner
2017-05-29IRGen: Add optnone attribute on function during O0Mehdi Amini
2017-05-25Revert MSVC CXXOperatorNames patch due to issues with ChromiumErich Keane
2017-05-24For Microsoft compatibility, set fno_operator_namesErich Keane
2017-05-23Allow to use vfs::FileSystem for file accesses inside ASTUnit.Ilya Biryukov
2017-05-22Add option to include multiple lines in snippets.Richard Smith
2017-05-09[asan] A clang flag to enable ELF globals-gc.Evgeniy Stepanov
2017-05-05[sanitizer-coverage] implement -fsanitize-coverage=no-prune,... instead of a ...Kostya Serebryany
2017-05-03Revert rL301998: "Fix a bug that -isysroot is completely ignored on Unix"Yuka Takahashi
2017-05-03Fix a bug that -isysroot is completely ignored on UnixYuka Takahashi
2017-04-28Move functionality for handling module maps as inputs from the -emit-moduleRichard Smith
2017-04-27Improve diagnostics for bad -std= flag.Richard Smith
2017-04-26Remove unnecessary and somewhat inaccurate "C89" flag from language standards.Richard Smith
2017-04-26Don't accept -std= values that would switch us to a different source language.Richard Smith
2017-04-26Refactor frontend InputKind to prepare for treating module maps as a distinct...Richard Smith
2017-04-21Move Split DWARF handling to an MC option/command line argument rather than u...David Blaikie
2017-04-19Add support for editor placeholders to ClangAlex Lorenz
2017-04-18[modules-ts] Fold together -x c++ and -x c++-module at -cc1 level.Richard Smith
2017-04-12[Modules] Enable local submodule visibility for ObjC/CBruno Cardoso Lopes
2017-04-12Modular Codegen: Separate flags for function and debug info supportDavid Blaikie
2017-04-12[Modules] Remove darwin specific code to check for SystemVersion.plistBruno Cardoso Lopes
2017-04-04Preserve vec3 type.Jin-Gu Kang
2017-04-01[Driver] Don't crash on invalid values of -mrelocation-model=.Davide Italiano
2017-03-30[XRay][clang] Fix the -fxray-instruction-threshold flag processingDean Michael Berris
2017-03-30[XRay] Add -fxray-{always,never}-instrument= flags to clangDean Michael Berris
2017-03-29Use FPContractModeKind universallyAdam Nemet