summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [Driver] Report available language standards on user errorRichard Smith2017-02-141-49/+83
* [DebugInfo] Added support to Clang FE for generating debug info for preproces...Amjad Aboud2017-02-091-0/+1
* [X86] Teach Clang about -mfentry flagNirav Dave2017-01-311-0/+1
* Prototype of modules codegenDavid Blaikie2017-01-301-0/+1
* [CodeGen] [CUDA] Add the ability set default attrs on functions in linked mod...Justin Lebar2017-01-251-5/+10
* Add -fdebug-info-for-profiling to emit more debug info for sample pgo profile...Dehao Chen2017-01-191-0/+2
* Move vtable type metadata emission behind a cc1-level flag.Peter Collingbourne2017-01-181-0/+1
* unique_ptrify createDriverOptTableDavid Blaikie2017-01-131-1/+1
* Add a cc1 option to force disabling lifetime-markers emission from clangMehdi Amini2017-01-061-0/+1
* Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie2017-01-061-6/+5
* Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...David Blaikie2017-01-061-5/+6
* IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...David Blaikie2017-01-051-6/+5
* Use shared_ptr instead of IntrusiveRefCntPtr for ModuleFileExtensionDavid Blaikie2017-01-051-2/+2
* Add -f[no-]strict-return flag that can be used to avoid undefined behaviourAlex Lorenz2017-01-041-0/+1
* [c++17] Implement P0522R0 as written. This allows a template template argumentRichard Smith2016-12-311-0/+2
* [PM] Introduce options to enable the (still experimental) new passChandler Carruth2016-12-231-0/+4
* Cleanup the handling of noinline function attributes, -fno-inline,Chandler Carruth2016-12-231-17/+25
* Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth2016-12-231-1/+0
* Revert another accidental bitPaul Robinson2016-12-191-2/+0
* Undo accidental comitPaul Robinson2016-12-191-0/+2
* [PS4] Undo dialect tweak for Objective-C.Paul Robinson2016-12-141-2/+4
* Simplify parseShowColorsArgs logic, NFC.Yaron Keren2016-12-101-13/+4
* Revert r285664, cxx-abi-dev chose to go in a different direction for the ABI ...Richard Smith2016-12-011-1/+0
* [Preprocessor] Support for '-dI' flagBruno Cardoso Lopes2016-11-171-0/+1
* Add a new optimization option -Og Sylvestre Ledru2016-11-111-0/+3
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* [OpenCL] Override supported OpenCL extensions with -cl-ext optionAlexey Bader2016-11-011-0/+1
* Implement ABI proposal for throwing noexcept function pointers, per discussionRichard Smith2016-11-011-0/+1
* Revert "[Preprocessor] Support for '-dI' flag"Bruno Cardoso Lopes2016-10-281-1/+0
* [Preprocessor] Support for '-dI' flagBruno Cardoso Lopes2016-10-281-0/+1
* Do not print include_next/pragma once warnings when input is a header.Erik Verbruggen2016-10-271-2/+11
* Switch SmallSetVector to use DenseSet when it overflows its inline space.Justin Lebar2016-10-211-2/+4
* New clang option -mpie-copy-relocations to use copy relocations for PIE builds.Sriraman Tallam2016-10-191-0/+2
* Reapply [Driver][Diagnostics] Make 'show option names' default for driver war...Bruno Cardoso Lopes2016-10-111-4/+7
* Revert "[Driver][Diagnostics] Make 'show option names' default for driver war...Renato Golin2016-10-111-7/+4
* Add an option to save the backend-produced YAML optimization record to a fileHal Finkel2016-10-111-0/+4
* [Driver][Diagnostics] Make 'show option names' default for driver warningsBruno Cardoso Lopes2016-10-111-4/+7
* Add -fno-sanitize-address-use-after-scope flagVitaly Buka2016-10-101-2/+5
* [CUDA] Rename cuda_builtin_vars.h to __clang_cuda_builtin_vars.h.Justin Lebar2016-10-081-3/+4
* [coroutines] Rename driver flag -fcoroutines to -fcoroutines-tsGor Nishanov2016-10-021-1/+1
* P0035R4: add predefined __STDCPP_DEFAULT_NEW_ALIGNMENT__ macro. By default, weRichard Smith2016-09-301-0/+13
* CC1: Add -save-stats optionMatthias Braun2016-09-261-0/+1
OpenPOWER on IntegriCloud