summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a -rewrite-includes option, which is similar to -rewrite-macros, but only...David Blaikie2012-06-061-0/+3
* wire -fbounds-checking to the new LLVM bounds checking passNuno Lopes2012-05-221-7/+5
* add -fbounds-checking option.Nuno Lopes2012-05-081-1/+7
* This patch adds a new Clang compiler flag "-gline-tables-only".Alexey Samsonov2012-05-041-1/+6
* Unify Options.td and CC1Options.td, in a first step towards unifying the seri...James Molloy2012-05-011-31/+82
* Use enum to set debug info size generated by ClangAlexey Samsonov2012-04-271-6/+20
* Remove the -cc1-level option "-pubnames-dump". Such things should stayDouglas Gregor2012-04-131-3/+0
* Revert r154321, pending more discussion.David Chisnall2012-04-091-3/+0
* Add -fobjc-trace to emit a call before and after each Objective-C message sendDavid Chisnall2012-04-091-0/+3
* Teach Clang about PIE compilations. This is the first step of PR12380.Chandler Carruth2012-04-081-0/+3
* [analyzer] Enable retry exhausted without inlining by default.Anna Zaks2012-03-281-3/+3
* Move the emission of strict enum range metadata behind a flag (the sameChandler Carruth2012-03-271-0/+3
* [analyzer] Add an option to re-analyze a dead-end path without inlining.Anna Zaks2012-03-271-0/+3
* Introduce a -cc1-level option -pubnames-dump, which simply dumps theDouglas Gregor2012-03-271-0/+3
* Driver: Factor string vector push_back into a helper class and optimize it.Benjamin Kramer2012-03-261-264/+174
* [frontend] Fix how the frontend handles -fno-inline. AFAIK clang now matchesChad Rosier2012-03-151-6/+4
* [frontend] Add support for disabling the "inline" keyword using Chad Rosier2012-03-141-2/+3
* [driver] Parse diagnostic args in the driver.Chad Rosier2012-03-131-12/+25
* [analyzer] Add support for NoRedundancy inlining mode.Anna Zaks2012-03-091-1/+1
* [Basic] Rename LangOptions::NoInline to NoInlineDefine, to make things a bitDaniel Dunbar2012-03-091-1/+1
* [analyzer] Rework inlining related command line options.Anna Zaks2012-03-081-3/+63
* Workaround module test failures by removing the version info from module hashes.Bob Wilson2012-03-071-1/+4
* [driver] What was implemented in r152130 was actually -fno-inline-functions, notChad Rosier2012-03-061-3/+4
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-061-5/+26
* [driver] Add support for -fno-inline.Chad Rosier2012-03-061-2/+4
* [analyzer] Bound the size of the functions being inlined + provideAnna Zaks2012-03-021-0/+6
* [analyzer] Turn inlining on by default for better testing exposure.Anna Zaks2012-03-011-1/+2
* Add a flag -fthread-sanitizer.Kostya Serebryany2012-03-011-0/+3
* [analyzer] Add -analyzer-stats, which hooks up LLVM stats tracking.Anna Zaks2012-02-271-0/+1
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-201-1/+1
* Remove the unuseful -fdiagnostics-show-nameDavid Blaikie2012-02-151-3/+0
* Invalid O levels on the command line no longer have a confusing error.Aaron Ballman2012-02-061-4/+5
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-051-2/+2
* Clang has existing support for debuggers thatSean Callanan2012-02-041-0/+3
* Fix -ftrap-function fallout from llvm r145714. <rdar://problem/10799325>Bob Wilson2012-02-031-0/+1
* Rename -dependency-graphviz to -dependencncy-dotDouglas Gregor2012-02-021-1/+1
* Introduce a -cc1 option "-dependency-graphviz" that determines headerDouglas Gregor2012-02-021-0/+1
* Complain about attempts to use 'protected' visibility on targetsJohn McCall2012-01-291-0/+1
* objc-arc: introduce -no-finalize-removal which in gc mode,Fariborz Jahanian2012-01-261-0/+1
* Extend the ExternalASTSource interface to allow the AST source toDouglas Gregor2012-01-261-3/+10
* Introduce 3 new fixit options:Argyrios Kyrtzidis2012-01-261-0/+9
* arc migrator: Provide infrastructure to add optionsFariborz Jahanian2012-01-251-0/+6
* Add support for -fno-optimize-sibling-calls. Currently only implemented in theNick Lewycky2012-01-231-0/+3
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-2/+0
* Extract the (InputKind, std::string) pair used to describe inputs toDouglas Gregor2012-01-201-6/+6
* Add a "Modules" language option, which subsumes the previousDouglas Gregor2012-01-031-1/+3
* Rename the command-line option for mapping #include/#import over toDouglas Gregor2012-01-031-1/+1
* Fix PR11685 by implementing -ffast-math and its various friends in theChandler Carruth2012-01-021-1/+6
* Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ...Benjamin Kramer2011-12-231-1/+1
* Let CompilerInvocation initialization indicate failureDylan Noblesmith2011-12-231-29/+61
OpenPOWER on IntegriCloud