aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Driver/CC1Options.td
AgeCommit message (Expand)Author
2013-07-25Add a -finstrument-functions-size=n option to control basic blockRobert Grosse
2013-05-03Revert r177218.Argyrios Kyrtzidis
2013-04-04Initial support for struct-path aware TBAA.Manman Ren
2013-04-04revert r178784 since it does not have a commit messageManman Ren
2013-04-04Index: include/clang/Driver/CC1Options.tdManman Ren
2013-04-04Plumb through the -fsplit-stack option using the existing backendEric Christopher
2013-03-23If a .syms file is available alongside a sanitizer runtime, pass it to theRichard Smith
2013-03-20The flag "-coverage-function-names-in-data" is actually backwards -- we doNick Lewycky
2013-03-20Make clang emit linkage names in debug info for subprograms when coverage infoNick Lewycky
2013-03-16Remove -Wspellcheck and replace it with a diagnostic option.Argyrios Kyrtzidis
2013-03-07Add flags for additional control over coverage generation. Pick the versionNick Lewycky
2013-02-22Split out the command handling for split debug info, we're goingEric Christopher
2013-02-22Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=,Richard Smith
2013-02-19Add support for -fvisibility-ms-compat.John McCall
2013-02-05Driver and option support for -gsplit-dwarf. This is a part ofEric 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-28Enable the global module index by default. Introduce theDouglas Gregor
2013-01-25Rename the -cc1 option "-generate-module-index" toDouglas Gregor
2013-01-23Implement the writer side of the global module index. Douglas Gregor
2013-01-20Nuke 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-21Fix the '-fuse-init-array' option to actually be an option.Chandler Carruth
2012-11-15block extended signatur option. Change previous optionFariborz Jahanian
2012-11-14Add -cc1 option -fno-diagnostics-use-presumed-location, a handy mode forRichard Smith
2012-11-09PR14303: Add a NoDriverOption flag to those options which are not accepted byRichard 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-18Add a new option for and disable column number information as thereEric Christopher
2012-09-05[analyzer] Always include destructors in the analysis CFG.Jordan Rose
2012-09-05Allow disabling of wchar_t type.Abramo Bagnara
2012-08-30Change -analyzer-config to use '=' as the key-value separator, and onlyTed Kremenek
2012-08-29Add new -cc1 driver option -analyzer-config, which allows one to specifyTed 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-31Added -ast-list option to dump filterable AST decl node names.Alexander Kornienko
2012-07-26Added -ast-dump-filter option to clang -cc1.Alexander Kornienko
2012-07-20Revert accidental commit.Chad Rosier
2012-07-20Add a new flag, -fms-inline-asm, that enables the output of MS-style inlineChad Rosier
2012-07-19Capitalize "Objective-C" and "C++" in user-facing contexts.Jordan Rose
2012-07-02Add a new libclang completion API to get brief documentation comment that isDmitri Gribenko
2012-06-20Restructure how the driver communicates information about theJohn McCall
2012-06-19Add a -fuse-init-array option to cc1 and map to the UseInitArray targetRafael Espindola
2012-06-14Support -f[no-]rewrite-includes from the driver.David Blaikie
2012-06-14Support -frewrite-includes as an option while preprocessing.David Blaikie
2012-06-14Rename -rewrite-includes to -frewrite-includes.David Blaikie
2012-06-13Add -isystem-prefix and -ino-system-prefix arguments, which can be used toRichard Smith
2012-06-06Add a -rewrite-includes option, which is similar to -rewrite-macros, but only...David Blaikie