aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-30[XRay] Add -fxray-{always,never}-instrument= flags to clangDean Michael Berris1-0/+8
2017-03-29Use FPContractModeKind universallyAdam Nemet1-17/+16
2017-03-29Revert "Use FPContractModeKind universally"Adam Nemet1-16/+17
2017-03-29Use FPContractModeKind universallyAdam Nemet1-17/+16
2017-03-27[OpenCL] Extended mapping of parcing CodeGen argumentsEgor Churaev1-2/+6
2017-03-24[OpenCL][Bug 10573] Don't set CXXOperatorNames flagAnastasia Stulova1-1/+0
2017-03-23[ThinLTO] Clang support for emitting minimized bitcode for thin linkTeresa Johnson1-0/+1
2017-03-21Remove the -faltivec alias option and replace it with -maltivec everywhere.Eric Christopher1-3/+0
2017-03-14Canonicalize the path provided by -fmodules-cache-path.Adrian Prantl1-3/+16
2017-03-13Modules: Use hash of PCM content for SIGNATUREDuncan P. N. Exon Smith1-0/+1
2017-03-13[Linker] Provide callback for internalizationJonas Devlieghere1-2/+2
2017-03-13Add -iframeworkwithsysroot compiler optionAlex Lorenz1-0/+3
2017-03-09Add -cc1 flag -ast-dump-all to perform an AST dump including entities that ha...Richard Smith1-0/+2
2017-03-01[PS4] Set our default dialect to C++11. NFC for other targets.Paul Robinson1-1/+5
2017-02-27Add a cc1 flag for setting the existing Preprocessor option 'AllowPCHWithComp...Argyrios Kyrtzidis1-0/+1
2017-02-25Revert r296209, still one more test to go.Paul Robinson1-5/+1
2017-02-25[PS4] Set our default dialect to C++11. NFC for other targets.Paul Robinson1-1/+5
2017-02-14Stop asserting when a meaningless -std= flag is passed for a non-compilationRichard Smith1-2/+2
2017-02-14[Driver] Report available language standards on user errorRichard Smith1-49/+83
2017-02-09[DebugInfo] Added support to Clang FE for generating debug info for preproces...Amjad Aboud1-0/+1
2017-01-31[X86] Teach Clang about -mfentry flagNirav Dave1-0/+1
2017-01-30Prototype of modules codegenDavid Blaikie1-0/+1
2017-01-25[CodeGen] [CUDA] Add the ability set default attrs on functions in linked mod...Justin Lebar1-5/+10
2017-01-19Add -fdebug-info-for-profiling to emit more debug info for sample pgo profile...Dehao Chen1-0/+2
2017-01-18Move vtable type metadata emission behind a cc1-level flag.Peter Collingbourne1-0/+1