summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Modular Codegen: Separate flags for function and debug info supportDavid Blaikie2017-04-121-1/+2
* [Modules] Remove darwin specific code to check for SystemVersion.plistBruno Cardoso Lopes2017-04-121-23/+0
* Preserve vec3 type.Jin-Gu Kang2017-04-041-0/+1
* [Driver] Don't crash on invalid values of -mrelocation-model=.Davide Italiano2017-04-011-1/+12
* [XRay][clang] Fix the -fxray-instruction-threshold flag processingDean Michael Berris2017-03-301-2/+4
* [XRay] Add -fxray-{always,never}-instrument= flags to clangDean Michael Berris2017-03-301-0/+8
* Use FPContractModeKind universallyAdam Nemet2017-03-291-17/+16
* Revert "Use FPContractModeKind universally"Adam Nemet2017-03-291-16/+17
* Use FPContractModeKind universallyAdam Nemet2017-03-291-17/+16
* [OpenCL] Extended mapping of parcing CodeGen argumentsEgor Churaev2017-03-271-2/+6
* [OpenCL][Bug 10573] Don't set CXXOperatorNames flagAnastasia Stulova2017-03-241-1/+0
* [ThinLTO] Clang support for emitting minimized bitcode for thin linkTeresa Johnson2017-03-231-0/+1
* Remove the -faltivec alias option and replace it with -maltivec everywhere.Eric Christopher2017-03-211-3/+0
* Canonicalize the path provided by -fmodules-cache-path.Adrian Prantl2017-03-141-3/+16
* Modules: Use hash of PCM content for SIGNATUREDuncan P. N. Exon Smith2017-03-131-0/+1
* [Linker] Provide callback for internalizationJonas Devlieghere2017-03-131-2/+2
* Add -iframeworkwithsysroot compiler optionAlex Lorenz2017-03-131-0/+3
* Add -cc1 flag -ast-dump-all to perform an AST dump including entities that ha...Richard Smith2017-03-091-0/+2
* [PS4] Set our default dialect to C++11. NFC for other targets.Paul Robinson2017-03-011-1/+5
* Add a cc1 flag for setting the existing Preprocessor option 'AllowPCHWithComp...Argyrios Kyrtzidis2017-02-271-0/+1
* Revert r296209, still one more test to go.Paul Robinson2017-02-251-5/+1
* [PS4] Set our default dialect to C++11. NFC for other targets.Paul Robinson2017-02-251-1/+5
* Stop asserting when a meaningless -std= flag is passed for a non-compilationRichard Smith2017-02-141-2/+2
OpenPOWER on IntegriCloud