Age | Commit message (Expand) | Author |
2013-07-25 | Add a -finstrument-functions-size=n option to control basic block | Robert Grosse |
2013-05-03 | Revert r177218. | Argyrios Kyrtzidis |
2013-04-04 | Initial support for struct-path aware TBAA. | Manman Ren |
2013-04-04 | revert r178784 since it does not have a commit message | Manman Ren |
2013-04-04 | Index: include/clang/Driver/CC1Options.td | Manman Ren |
2013-04-04 | Plumb through the -fsplit-stack option using the existing backend | Eric Christopher |
2013-03-23 | If a .syms file is available alongside a sanitizer runtime, pass it to the | Richard Smith |
2013-03-20 | The flag "-coverage-function-names-in-data" is actually backwards -- we do | Nick Lewycky |
2013-03-20 | Make clang emit linkage names in debug info for subprograms when coverage info | Nick Lewycky |
2013-03-16 | Remove -Wspellcheck and replace it with a diagnostic option. | Argyrios Kyrtzidis |
2013-03-07 | Add flags for additional control over coverage generation. Pick the version | Nick Lewycky |
2013-02-22 | Split out the command handling for split debug info, we're going | Eric Christopher |
2013-02-22 | Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=, | Richard Smith |
2013-02-19 | Add support for -fvisibility-ms-compat. | John McCall |
2013-02-05 | Driver and option support for -gsplit-dwarf. This is a part of | Eric Christopher |
2013-01-30 | [analyzer] Make shallow mode more shallow. | Anna Zaks |
2013-01-30 | [analyzer] Use analyzer config for max-inlinable-size option. | Anna Zaks |
2013-01-30 | [analyzer] Remove further references to analyzer-ipa. | Anna Zaks |
2013-01-28 | Enable the global module index by default. Introduce the | Douglas Gregor |
2013-01-25 | Rename the -cc1 option "-generate-module-index" to | Douglas Gregor |
2013-01-23 | Implement the writer side of the global module index. | Douglas Gregor |
2013-01-20 | Nuke SetUpBuildDumpLog. | Sean Silva |
2012-12-30 | [ubsan] Recover by default, use -fno-sanitize-recover to disable. | Will Dietz |
2012-12-02 | [ubsan] Add flag to enable recovery from checks when possible. | Will Dietz |
2012-11-21 | Fix the '-fuse-init-array' option to actually be an option. | Chandler Carruth |
2012-11-15 | block extended signatur option. Change previous option | Fariborz Jahanian |
2012-11-14 | Add -cc1 option -fno-diagnostics-use-presumed-location, a handy mode for | Richard Smith |
2012-11-09 | PR14303: Add a NoDriverOption flag to those options which are not accepted by | Richard Smith |
2012-10-23 | [analyzer] Replace -analyzer-no-eagerly-trim-egraph with graph-trim-interval. | Jordan Rose |
2012-10-22 | [Options] Add prefixes to options. | Michael J. Spencer |
2012-10-18 | Add a new option for and disable column number information as there | Eric Christopher |
2012-09-05 | [analyzer] Always include destructors in the analysis CFG. | Jordan Rose |
2012-09-05 | Allow disabling of wchar_t type. | Abramo Bagnara |
2012-08-30 | Change -analyzer-config to use '=' as the key-value separator, and only | Ted Kremenek |
2012-08-29 | Add new -cc1 driver option -analyzer-config, which allows one to specify | Ted Kremenek |
2012-08-21 | [driver] Add support for the --param ssp-buffer-size= driver option. | Chad Rosier |
2012-07-31 | [analyzer] Turn -cfg-add-initializers on by default, and remove the flag. | Jordan Rose |
2012-07-31 | Added -ast-list option to dump filterable AST decl node names. | Alexander Kornienko |
2012-07-26 | Added -ast-dump-filter option to clang -cc1. | Alexander Kornienko |
2012-07-20 | Revert accidental commit. | Chad Rosier |
2012-07-20 | Add a new flag, -fms-inline-asm, that enables the output of MS-style inline | Chad Rosier |
2012-07-19 | Capitalize "Objective-C" and "C++" in user-facing contexts. | Jordan Rose |
2012-07-02 | Add a new libclang completion API to get brief documentation comment that is | Dmitri Gribenko |
2012-06-20 | Restructure how the driver communicates information about the | John McCall |
2012-06-19 | Add a -fuse-init-array option to cc1 and map to the UseInitArray target | Rafael Espindola |
2012-06-14 | Support -f[no-]rewrite-includes from the driver. | David Blaikie |
2012-06-14 | Support -frewrite-includes as an option while preprocessing. | David Blaikie |
2012-06-14 | Rename -rewrite-includes to -frewrite-includes. | David Blaikie |
2012-06-13 | Add -isystem-prefix and -ino-system-prefix arguments, which can be used to | Richard Smith |
2012-06-06 | Add a -rewrite-includes option, which is similar to -rewrite-macros, but only... | David Blaikie |