- bf7fc9c <rdar://problem/13509689> Introduce -module-file-info option that provides information about a particular module file. by Douglas Gregor · 13 years ago
- 527b1c9 <rdar://problem/13434605> Periodically prune the module cache so that it does not grow forever. by Douglas Gregor · 13 years ago
- 6f15b290 The flag "-coverage-function-names-in-data" is actually backwards -- we do by Nick Lewycky · 13 years ago
- c02bbb6 Make clang emit linkage names in debug info for subprograms when coverage info by Nick Lewycky · 13 years ago
- 3065a0f Remove -Wspellcheck and replace it with a diagnostic option. by Argyrios Kyrtzidis · 13 years ago
- c8bf824 Update GCOVProfiling pass creation for API change in r177002. No functionality change. by Nick Lewycky · 13 years ago
- 737a452 Add flags for additional control over coverage generation. Pick the version by Nick Lewycky · 13 years ago
- ff2a3ad revert r176531 due to clan-native-arm fails by Weiming Zhao · 13 years ago
- a35cc6f PR 11326: Lack diagnosic message when ABI conflicts on ARM by Weiming Zhao · 13 years ago
- f154583 Propagate the split dwarf file information through into the backend by Eric Christopher · 13 years ago
- acf2e78 Comment parsing: add CommentOptions to allow specifying custom comment block commands by Dmitri Gribenko · 13 years ago
- b3a1452 Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=, by Richard Smith · 13 years ago
- b4a99d3 Add support for -fvisibility-ms-compat. by John McCall · 13 years ago
- 35b04d6 Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consistency. by Douglas Gregor · 13 years ago
- 2236c20 Be a little more permissive with -fmodules-ignore-macro= by removing everything after the second '=' if it is there. by Douglas Gregor · 13 years ago
- 5dc3899 Introduce -fmodules-ignore-macro=NNN to ignore a macro when building/loading modules. by Douglas Gregor · 13 years ago
- 48b72d8 [frontend] Don't put a PCH/PTH filename into the set of includes in the preprocessor options; by Argyrios Kyrtzidis · 13 years ago
- c84d151 [analyzer] Make shallow mode more shallow. by Anna Zaks · 13 years ago
- 66b9f16 [analyzer] Use analyzer config for max-inlinable-size option. by Anna Zaks · 13 years ago
- 1744158 Don't warn about Unicode characters in -E mode. by Jordan Rose · 13 years ago
- 5368173 [Frontend] Remove HeaderSearchOptions::Entry::IsInternal, which is unused. by Daniel Dunbar · 13 years ago
- 9f23745 [Frontend] Add an ExternCSystem include entry group. by Daniel Dunbar · 13 years ago
- f79ee38 [Frontend] Make the include dir group independent from the "use sysroot" bit. by Daniel Dunbar · 13 years ago
- ae229d5 [ubsan] Implement the -fcatch-undefined-behavior flag using a trapping by Chad Rosier · 13 years ago
- 137f1b9 Enable the global module index by default. Introduce the by Douglas Gregor · 13 years ago
- 606420e [Frontend] Remove another IsUserSpecified member variable that is now unused. by Daniel Dunbar · 13 years ago
- c9c57e9 [Frontend] The -iwithprefix option belongs in the After category, according to by Daniel Dunbar · 13 years ago
- c1bbec8 Rename the -cc1 option "-generate-module-index" to by Douglas Gregor · 13 years ago
- 6bab4ef [analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa". by Anna Zaks · 13 years ago
- 5e306b1 Implement the writer side of the global module index. by Douglas Gregor · 13 years ago
- dd7f456 Add a new LangOpt NativeHalfType. This option allows for native half/fp16 by Joey Gouly · 13 years ago
- e3aac2c [ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-style by Chad Rosier · 13 years ago
- 29524a9 Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes AddressSanitizer use bottom of the address space for the shadow memory. On Linux it can be used with -fPIE/-pie to improve performance. by Alexey Samsonov · 13 years ago
- f1b49e2 Nuke SetUpBuildDumpLog. by Sean Silva · 13 years ago
- f54319c [ubsan] Add support for -fsanitize-blacklist by Will Dietz · 13 years ago
- c60437f Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so that by Douglas Gregor · 13 years ago
- 1517128 Add -fopenmp -cc1 option and wire it up to define _OPENMP, from Alexey Bataev! by Douglas Gregor · 13 years ago
- f857950 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 13 years ago
- 2bf7fdb s/CPlusPlus0x/CPlusPlus11/g by Richard Smith · 13 years ago
- 3676d56 [ubsan] Recover by default, use -fno-sanitize-recover to disable. by Will Dietz · 13 years ago
- ad8ab3d Support -fsanitize-memory-track-origins. by Evgeniy Stepanov · 13 years ago
- a679596 Sort the includes according to the coding standard. by Roman Divacky · 13 years ago
- 241f451 Remove duplicate includes. by Roman Divacky · 13 years ago
- 95cd272 [driver, ms-inline asm] -fms-compatibility enables -fms-extensions, so this should enable by Chad Rosier · 13 years ago
- 6363867 [driver, ms-inline asm] Have -fms-extensions enable the AsmBlocks language by Chad Rosier · 13 years ago
- c8e56e8 [driver, ms-inline asm] MS-Style inline assembly is controlled by the by Chad Rosier · 13 years ago
- 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
- 9ab7362 Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this flag usable for ASan. Blacklisting can be used to disable sanitizer checks for particular file/function/object. by Alexey Samsonov · 13 years ago
- 88e0233 [ubsan] Add flag to enable recovery from checks when possible. by Will Dietz · 13 years ago
- ebc59d5 PR14306: Move -fbounds-checking to -fsanitize=bounds. by Joey Gouly · 13 years ago
- 0e3043b block extended signatur option. Change previous option by Fariborz Jahanian · 13 years ago
- 65992f4 Make -ffp-contract a codegen option, rather than a laguage option. This makes by Lang Hames · 13 years ago
- 0b50cb7 Add -cc1 option -fno-diagnostics-use-presumed-location, a handy mode for by Richard Smith · 13 years ago
- 64223e6 objective-C blocks: under cc1 flag -encode-extended-block-signature, by Fariborz Jahanian · 13 years ago
- 158a31a s/BCPLComment/LineComment/ by Nico Weber · 13 years ago
- d87e4f7 Implement -mstrict-align using '-backend-option -arm-strict-align' as this saves by Chad Rosier · 13 years ago
- 6002702 [driver] Add a -mstrict-align compiler option for ARM targets. rdar://12340498 by Chad Rosier · 13 years ago
- dc779ab Split the instrinsic header wmmintrin.h into AES and PCLMUL parts, so by Douglas Gregor · 13 years ago
- b1b0ab4 Use the individual -fsanitize=<...> arguments to control which of the UBSan by Richard Smith · 13 years ago
- 52be619 Add -fsanitize=<sanitizers> argument to driver and frontend, and add by Richard Smith · 13 years ago
- 43f9d9c Rename LangOptions members for address sanitizer and thread sanitizer from by Richard Smith · 13 years ago
- 7fd0849 Hash the various compiler version, target, preprocessor, and by Douglas Gregor · 13 years ago
- bd55daf Remove first argument from Arg::getValue; it's been unused since r105760. by Richard Smith · 13 years ago
- 33fd551 Remove CompilerInvocation::toArgs and clang -cc1test mode. These were untested by Richard Smith · 13 years ago
- 19a429e Reverted back the changes made in 166868 and in 166869 by Mahesha S · 13 years ago
- 6a682be4 ------------------------------------------------- by Mahesha S · 13 years ago
- e81699d Move PreprocessorOptions into the Lex library, and make it intrusively by Douglas Gregor · 13 years ago
- b85b9cc Move HeaderSearchOptions into the Lex library, make it intrusively by Douglas Gregor · 13 years ago
- 746c06d [analyzer] Replace -analyzer-no-eagerly-trim-egraph with graph-trim-interval. by Jordan Rose · 13 years ago
- 7959178 Use a .def file for most of the diagnostic options. by Douglas Gregor · 13 years ago
- 811db4e Make DiagnosticOptions intrusively reference-counted, and make sure by Douglas Gregor · 13 years ago
- b0eea8b Switch CodeGenOptions over to a .def file, like we do with LangOptions. by Douglas Gregor · 13 years ago
- c2d984c Handle implicitly-included PCH files the same way as by Douglas Gregor · 13 years ago
- 929fccd [Options] Add prefixes to options. by Michael J. Spencer · 13 years ago
- 66e2b20 [Options] Make Option non clang specific. by Michael J. Spencer · 13 years ago
- f552d38 Revert r166223 and the subsequent commits that depend on it, r166230 & r166235. by Argyrios Kyrtzidis · 13 years ago
- a2f7eb7 Add a new option for and disable column number information as there by Eric Christopher · 13 years ago
- 4389797 [Options] Make Option non clang specific. by Michael J. Spencer · 13 years ago
- 460fe6b Add -std=c++1y argument, for *highly* experimental C++14 support. by Richard Smith · 13 years ago
- cb177f1 Serialize TargetOptions into an AST file, and make sure that we keep by Douglas Gregor · 13 years ago
- b47e6bc Conditionally parse documentation comments in system headers by by Ted Kremenek · 13 years ago
- 6d671cc [analyzer] Always include destructors in the analysis CFG. by Jordan Rose · 13 years ago
- 73bf7f5 Allow disabling of wchar_t type. by Abramo Bagnara · 13 years ago
- 40ea0ea Make AnalyzerOptions a shared object between CompilerInvocation and by Ted Kremenek · 13 years ago
- a5770cd Move AnalyzerOptions.h into 'Core' StaticAnalyzer sub-library. by Ted Kremenek · 13 years ago
- e9b0231 [analyzer] Make analyzer-ipa=dynamic-bifurcate the default. by Anna Zaks · 13 years ago
- efca7a7 Rename 'MaxLoop' to 'maxBlockVisitOnPath' to reflect reality. We by Ted Kremenek · 13 years ago
- b8f8b35 Rename 'VisualizeEGUbi' and 'VisualizeEGDot' to 'visualizeExplodedGraphWithUbigGraph' by Ted Kremenek · 13 years ago
- 6f5131f Rename AnalyzerOptions 'EagerlyAssume' to 'eagerlyAssumeBinOpBifurcation'. by Ted Kremenek · 13 years ago
- 8756c4a Store const& to AnalyzerOptions in AnalysisManager instead of copying by Ted Kremenek · 13 years ago
- 3cc4227 Move Analyses.def to include/clang/StaticAnalyzer. by Ted Kremenek · 13 years ago
- 53f3e7d Change -analyzer-config to use '=' as the key-value separator, and only by Ted Kremenek · 13 years ago
- fb5351e Add new -cc1 driver option -analyzer-config, which allows one to specify by Ted Kremenek · 13 years ago
- 175ea24 [ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a by Chad Rosier · 13 years ago
- e3e95cd [analyzer] Set the default IPA mode to 'basic-inlining', which excludes C++. by Jordan Rose · 13 years ago
- db3da83 [driver] Add support for the --param ssp-buffer-size= driver option. PR9673 by Chad Rosier · 13 years ago
- 3deb1ad Screw around with ObjCRuntime some more, changing the by John McCall · 13 years ago
- 4c004f3 Preprocessor: fix __OPTIMIZE_SIZE__ and -Oz by Dylan Noblesmith · 13 years ago
- a765bac [analyzer] Turn -cfg-add-initializers on by default, and remove the flag. by Jordan Rose · 13 years ago
- 4de0359 Added -ast-list option to dump filterable AST decl node names. by Alexander Kornienko · 13 years ago