summaryrefslogtreecommitdiff
path: root/include/clang/Driver/CC1Options.td
Commit message (Expand)AuthorAge
* Merging r168063 into 3.2 release branchPawel Wodnicki2012-11-21
* PR14303: Add a NoDriverOption flag to those options which are not accepted byRichard Smith2012-11-09
* [analyzer] Replace -analyzer-no-eagerly-trim-egraph with graph-trim-interval.Jordan Rose2012-10-23
* [Options] Add prefixes to options.Michael J. Spencer2012-10-22
* Add a new option for and disable column number information as thereEric Christopher2012-10-18
* [analyzer] Always include destructors in the analysis CFG.Jordan Rose2012-09-05
* Allow disabling of wchar_t type.Abramo Bagnara2012-09-05
* Change -analyzer-config to use '=' as the key-value separator, and onlyTed Kremenek2012-08-30
* Add new -cc1 driver option -analyzer-config, which allows one to specifyTed Kremenek2012-08-29
* [driver] Add support for the --param ssp-buffer-size= driver option.Chad Rosier2012-08-21
* [analyzer] Turn -cfg-add-initializers on by default, and remove the flag.Jordan Rose2012-07-31
* Added -ast-list option to dump filterable AST decl node names.Alexander Kornienko2012-07-31
* Added -ast-dump-filter option to clang -cc1.Alexander Kornienko2012-07-26
* Revert accidental commit.Chad Rosier2012-07-20
* Add a new flag, -fms-inline-asm, that enables the output of MS-style inlineChad Rosier2012-07-20
* Capitalize "Objective-C" and "C++" in user-facing contexts.Jordan Rose2012-07-19
* Add a new libclang completion API to get brief documentation comment that isDmitri Gribenko2012-07-02
* Restructure how the driver communicates information about theJohn McCall2012-06-20
* Add a -fuse-init-array option to cc1 and map to the UseInitArray targetRafael Espindola2012-06-19
* Support -f[no-]rewrite-includes from the driver.David Blaikie2012-06-14
* Support -frewrite-includes as an option while preprocessing.David Blaikie2012-06-14
* Rename -rewrite-includes to -frewrite-includes.David Blaikie2012-06-14
* Add -isystem-prefix and -ino-system-prefix arguments, which can be used toRichard Smith2012-06-13
* Add a -rewrite-includes option, which is similar to -rewrite-macros, but only...David Blaikie2012-06-06
* Rename the driver option to -mno-implicit-float, per Eli's suggestion.Chad Rosier2012-05-16
* [driver] Allow the driver to directly accept the -no-implicit-float option, s...Chad Rosier2012-05-16
* Unify Options.td and CC1Options.td, in a first step towards unifying the seri...James Molloy2012-05-01
* Remove the -cc1-level option "-pubnames-dump". Such things should stayDouglas Gregor2012-04-13
* Revert r154321, pending more discussion.David Chisnall2012-04-09
* Add -fobjc-trace to emit a call before and after each Objective-C message sendDavid Chisnall2012-04-09
* Teach Clang about PIE compilations. This is the first step of PR12380.Chandler Carruth2012-04-08
* [analyzer] Enable retry exhausted without inlining by default.Anna Zaks2012-03-28
* Move the emission of strict enum range metadata behind a flag (the sameChandler Carruth2012-03-27
* [analyzer] Add an option to re-analyze a dead-end path without inlining.Anna Zaks2012-03-27
* Introduce a -cc1-level option -pubnames-dump, which simply dumps theDouglas Gregor2012-03-27
* Fix help text.Chad Rosier2012-03-15
* [frontend] Fix how the frontend handles -fno-inline. AFAIK clang now matchesChad Rosier2012-03-15
* [analyzer] Rework inlining related command line options.Anna Zaks2012-03-08
* [driver] What was implemented in r152130 was actually -fno-inline-functions, notChad Rosier2012-03-06
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-06
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-06
* [driver] Add support for -fno-inline.Chad Rosier2012-03-06
* [analyzer] Bump up the size of the functions that should beAnna Zaks2012-03-05
* [analyzer] Bound the size of the functions being inlined + provideAnna Zaks2012-03-02
* Add a flag -fthread-sanitizer.Kostya Serebryany2012-03-01
* [analyzer] Add -analyzer-stats, which hooks up LLVM stats tracking.Anna Zaks2012-02-27
* Remove the unuseful -fdiagnostics-show-nameDavid Blaikie2012-02-15
* Clang has existing support for debuggers thatSean Callanan2012-02-04
* Fix -ftrap-function fallout from llvm r145714. <rdar://problem/10799325>Bob Wilson2012-02-03
* Rename -dependency-graphviz to -dependencncy-dotDouglas Gregor2012-02-02