summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [modules] Add ability to specify module name to module file mappingBoris Kolpackov2017-08-301-4/+18
* Minimal runtime for UBSan.Evgeniy Stepanov2017-08-291-0/+1
* Add flag to request Clang is ABI-compatible with older versions of itselfRichard Smith2017-08-261-0/+27
* Expose -mllvm -accurate-sample-profile to clang.Dehao Chen2017-08-241-0/+2
* [SanitizerCoverage] Add stack depth tracing instrumentation.Matt Morehouse2017-08-181-0/+2
* [OpenMP] Error when trying to offload to an unsupported architectureGheorghe-Teodor Bercea2017-08-071-1/+8
* [OpenMP] Prevent emission of exception handling code when using OpenMP to off...Gheorghe-Teodor Bercea2017-08-071-0/+7
* [mips] Revert r309942 & r309940Simon Dardis2017-08-031-2/+0
* [mips] Implement -muninit-const-in-rodataSimon Dardis2017-08-031-0/+2
* [sanitizer-coverage] clang flags pumbing for -fsanitize-coverage=pc-tableKostya Serebryany2017-07-281-0/+1
* [c++2a] Add option -std=c++2a to enable support for potential/transitional C+...Faisal Vali2017-07-161-0/+1
* Changed Opts.EABIVersion type string to llvm::EABI enum classYuka Takahashi2017-07-011-1/+1
* Un-revert "[Driver] Add -fdiagnostics-hotness-threshold"Brian Gesiak2017-07-011-6/+12
* Revert "[Driver] Add -fdiagnostics-hotness-threshold"Brian Gesiak2017-07-011-12/+6
* [Driver] Add -fdiagnostics-hotness-thresholdBrian Gesiak2017-07-011-6/+12
* Remove Clang support for '-fvectorize-slp-aggressive' which used LLVM'sChandler Carruth2017-06-301-1/+0
* [NewPM] Add Clang cc1 flag -fdebug-pass-manager for printing debug information.Tim Shen2017-06-291-0/+4
* [Sema] Issue diagnostics if a new/delete expression generates a call toAkira Hatanaka2017-06-291-0/+2
* [OpenMP] Add support for auxiliary triple specificationGheorghe-Teodor Bercea2017-06-291-0/+4
* Revert "Revert r305164/5/7."Saleem Abdulrasool2017-06-231-3/+16
* [Frontend] 'Show hotness' can be used with a sampling profileBrian Gesiak2017-06-231-2/+6
* [PR33394] Avoid lexing editor placeholders when Clang is used onlyAlex Lorenz2017-06-161-40/+54
* Be more strict when checking the -flto option valueYuka Takahashi2017-06-141-2/+8
* Revert r305164/5/7.Daniel Jasper2017-06-121-16/+3
* Driver: add support for `-gz` and `-gz=`Saleem Abdulrasool2017-06-111-3/+16
* Add -frewrite-imports flag.Richard Smith2017-06-091-0/+1
* Represent debug information compression type fullySaleem Abdulrasool2017-06-091-1/+3
* [sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-...Kostya Serebryany2017-06-081-0/+2
* Revert "[sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage...Renato Golin2017-06-051-2/+0
* [sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-...Kostya Serebryany2017-06-031-0/+2
* [Modules] Handle sanitizer feature mismatches when importing modulesVedant Kumar2017-06-011-0/+7
* [clang-cl] Improve default calling convention flag handlingReid Kleckner2017-05-311-2/+2
* IRGen: Add optnone attribute on function during O0Mehdi Amini2017-05-291-0/+1
* Revert MSVC CXXOperatorNames patch due to issues with ChromiumErich Keane2017-05-251-1/+1
* For Microsoft compatibility, set fno_operator_namesErich Keane2017-05-241-1/+1
* Allow to use vfs::FileSystem for file accesses inside ASTUnit.Ilya Biryukov2017-05-231-4/+11
* Add option to include multiple lines in snippets.Richard Smith2017-05-221-0/+3
* [asan] A clang flag to enable ELF globals-gc.Evgeniy Stepanov2017-05-091-0/+2
* [sanitizer-coverage] implement -fsanitize-coverage=no-prune,... instead of a ...Kostya Serebryany2017-05-051-0/+1
* Revert rL301998: "Fix a bug that -isysroot is completely ignored on Unix"Yuka Takahashi2017-05-031-1/+1
* Fix a bug that -isysroot is completely ignored on UnixYuka Takahashi2017-05-031-1/+1
* Move functionality for handling module maps as inputs from the -emit-moduleRichard Smith2017-04-281-18/+45
* Improve diagnostics for bad -std= flag.Richard Smith2017-04-271-5/+17
* Remove unnecessary and somewhat inaccurate "C89" flag from language standards.Richard Smith2017-04-261-1/+1
* Don't accept -std= values that would switch us to a different source language.Richard Smith2017-04-261-21/+25
* Refactor frontend InputKind to prepare for treating module maps as a distinct...Richard Smith2017-04-261-102/+95
* Move Split DWARF handling to an MC option/command line argument rather than u...David Blaikie2017-04-211-0/+1
* Add support for editor placeholders to ClangAlex Lorenz2017-04-191-0/+3
* [modules-ts] Fold together -x c++ and -x c++-module at -cc1 level.Richard Smith2017-04-181-2/+0
* [Modules] Enable local submodule visibility for ObjC/CBruno Cardoso Lopes2017-04-121-6/+0
OpenPOWER on IntegriCloud