summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Rename AnalyzerOptions 'EagerlyAssume' to 'eagerlyAssumeBinOpBifurcation'.Ted Kremenek2012-08-301-2/+2
* Store const& to AnalyzerOptions in AnalysisManager instead of copyingTed Kremenek2012-08-301-1/+1
* Move Analyses.def to include/clang/StaticAnalyzer.Ted Kremenek2012-08-301-12/+12
* Change -analyzer-config to use '=' as the key-value separator, and onlyTed Kremenek2012-08-301-3/+3
* Add new -cc1 driver option -analyzer-config, which allows one to specifyTed Kremenek2012-08-291-0/+30
* [ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a Chad Rosier2012-08-241-1/+2
* [analyzer] Set the default IPA mode to 'basic-inlining', which excludes C++.Jordan Rose2012-08-211-1/+1
* [driver] Add support for the --param ssp-buffer-size= driver option.Chad Rosier2012-08-211-0/+2
* Screw around with ObjCRuntime some more, changing theJohn McCall2012-08-211-7/+9
* Preprocessor: fix __OPTIMIZE_SIZE__ and -OzDylan Noblesmith2012-08-081-2/+3
* [analyzer] Turn -cfg-add-initializers on by default, and remove the flag.Jordan Rose2012-07-311-1/+0
* Added -ast-list option to dump filterable AST decl node names.Alexander Kornienko2012-07-311-0/+3
* Added -ast-dump-filter option to clang -cc1.Alexander Kornienko2012-07-261-0/+3
* Rename -fms-inline-asm to -fenable-experimental-ms-inline-asm.Chad Rosier2012-07-201-1/+1
* Add the mechanics for -fms-inline-asm. No easy way to test at this time.Chad Rosier2012-07-201-0/+1
* Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only.Bob Wilson2012-07-191-0/+1
* Add OpenCL metadata for kernel arg names. This output is controlled via a fla...Tanya Lattner2012-07-111-0/+3
* Add -ffp-contract = { fast | on | off } command line option support.Lang Hames2012-07-061-0/+17
* Reduce default template instantiation depth to 512; we're blowing outDouglas Gregor2012-07-021-1/+1
* Add a new libclang completion API to get brief documentation comment that isDmitri Gribenko2012-07-021-11/+23
* Add -ftls-model command-line flag.Hans Wennborg2012-06-281-1/+31
* Add template type diffing to Clang. This feature will provide a betterRichard Trieu2012-06-261-0/+2
* Restructure how the driver communicates information about theJohn McCall2012-06-201-15/+9
* Extend the support for cl-std to include 1.2.Tanya Lattner2012-06-191-3/+14
* Add a -fuse-init-array option to cc1 and map to the UseInitArray targetRafael Espindola2012-06-191-0/+1
* Add language std for OpenCL 1.1 and 1.2.Tanya Lattner2012-06-181-1/+14
* Support -frewrite-includes as an option while preprocessing.David Blaikie2012-06-141-3/+1
* Rename -rewrite-includes to -frewrite-includes.David Blaikie2012-06-141-2/+2
* Add -isystem-prefix and -ino-system-prefix arguments, which can be used toRichard Smith2012-06-131-0/+18
* Const'ify CompilerInvocation::toArgs().Argyrios Kyrtzidis2012-06-111-1/+1
* 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
OpenPOWER on IntegriCloud