| Commit message (Expand) | Author | Age | Files | Lines |
* | Reverted back the changes made in 166868 and in 166869 | Mahesha S | 2012-10-27 | 1 | -3/+0 |
* | ------------------------------------------------- | Mahesha S | 2012-10-27 | 1 | -0/+3 |
* | Move PreprocessorOptions into the Lex library, and make it intrusively | Douglas Gregor | 2012-10-24 | 1 | -2/+4 |
* | Move HeaderSearchOptions into the Lex library, make it intrusively | Douglas Gregor | 2012-10-24 | 1 | -2/+4 |
* | [analyzer] Replace -analyzer-no-eagerly-trim-egraph with graph-trim-interval. | Jordan Rose | 2012-10-23 | 1 | -1/+0 |
* | Use a .def file for most of the diagnostic options. | Douglas Gregor | 2012-10-23 | 1 | -6/+6 |
* | Make DiagnosticOptions intrusively reference-counted, and make sure | Douglas Gregor | 2012-10-23 | 1 | -2/+4 |
* | Switch CodeGenOptions over to a .def file, like we do with LangOptions. | Douglas Gregor | 2012-10-23 | 1 | -12/+16 |
* | Handle implicitly-included PCH files the same way as | Douglas Gregor | 2012-10-22 | 1 | -10/+1 |
* | [Options] Add prefixes to options. | Michael J. Spencer | 2012-10-22 | 1 | -2/+2 |
* | [Options] Make Option non clang specific. | Michael J. Spencer | 2012-10-19 | 1 | -1/+1 |
* | Revert r166223 and the subsequent commits that depend on it, r166230 & r166235. | Argyrios Kyrtzidis | 2012-10-18 | 1 | -1/+1 |
* | Add a new option for and disable column number information as there | Eric Christopher | 2012-10-18 | 1 | -0/+3 |
* | [Options] Make Option non clang specific. | Michael J. Spencer | 2012-10-18 | 1 | -1/+1 |
* | Add -std=c++1y argument, for *highly* experimental C++14 support. | Richard Smith | 2012-10-17 | 1 | -0/+1 |
* | Serialize TargetOptions into an AST file, and make sure that we keep | Douglas Gregor | 2012-10-16 | 1 | -6/+8 |
* | Conditionally parse documentation comments in system headers by | Ted Kremenek | 2012-09-13 | 1 | -0/+3 |
* | [analyzer] Always include destructors in the analysis CFG. | Jordan Rose | 2012-09-05 | 1 | -1/+0 |
* | Allow disabling of wchar_t type. | Abramo Bagnara | 2012-09-05 | 1 | -0/+6 |
* | Make AnalyzerOptions a shared object between CompilerInvocation and | Ted Kremenek | 2012-08-31 | 1 | -2/+2 |
* | Move AnalyzerOptions.h into 'Core' StaticAnalyzer sub-library. | Ted Kremenek | 2012-08-31 | 1 | -12/+12 |
* | [analyzer] Make analyzer-ipa=dynamic-bifurcate the default. | Anna Zaks | 2012-08-30 | 1 | -1/+1 |
* | Rename 'MaxLoop' to 'maxBlockVisitOnPath' to reflect reality. We | Ted Kremenek | 2012-08-30 | 1 | -1/+1 |
* | Rename 'VisualizeEGUbi' and 'VisualizeEGDot' to 'visualizeExplodedGraphWithUb... | Ted Kremenek | 2012-08-30 | 1 | -4/+6 |
* | Rename AnalyzerOptions 'EagerlyAssume' to 'eagerlyAssumeBinOpBifurcation'. | Ted Kremenek | 2012-08-30 | 1 | -2/+2 |
* | Store const& to AnalyzerOptions in AnalysisManager instead of copying | Ted Kremenek | 2012-08-30 | 1 | -1/+1 |
* | Move Analyses.def to include/clang/StaticAnalyzer. | Ted Kremenek | 2012-08-30 | 1 | -12/+12 |
* | Change -analyzer-config to use '=' as the key-value separator, and only | Ted Kremenek | 2012-08-30 | 1 | -3/+3 |
* | Add new -cc1 driver option -analyzer-config, which allows one to specify | Ted Kremenek | 2012-08-29 | 1 | -0/+30 |
* | [ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a | Chad Rosier | 2012-08-24 | 1 | -1/+2 |
* | [analyzer] Set the default IPA mode to 'basic-inlining', which excludes C++. | Jordan Rose | 2012-08-21 | 1 | -1/+1 |
* | [driver] Add support for the --param ssp-buffer-size= driver option. | Chad Rosier | 2012-08-21 | 1 | -0/+2 |
* | Screw around with ObjCRuntime some more, changing the | John McCall | 2012-08-21 | 1 | -7/+9 |
* | Preprocessor: fix __OPTIMIZE_SIZE__ and -Oz | Dylan Noblesmith | 2012-08-08 | 1 | -2/+3 |
* | [analyzer] Turn -cfg-add-initializers on by default, and remove the flag. | Jordan Rose | 2012-07-31 | 1 | -1/+0 |
* | Added -ast-list option to dump filterable AST decl node names. | Alexander Kornienko | 2012-07-31 | 1 | -0/+3 |
* | Added -ast-dump-filter option to clang -cc1. | Alexander Kornienko | 2012-07-26 | 1 | -0/+3 |
* | Rename -fms-inline-asm to -fenable-experimental-ms-inline-asm. | Chad Rosier | 2012-07-20 | 1 | -1/+1 |
* | Add the mechanics for -fms-inline-asm. No easy way to test at this time. | Chad Rosier | 2012-07-20 | 1 | -0/+1 |
* | Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only. | Bob Wilson | 2012-07-19 | 1 | -0/+1 |
* | Add OpenCL metadata for kernel arg names. This output is controlled via a fla... | Tanya Lattner | 2012-07-11 | 1 | -0/+3 |
* | Add -ffp-contract = { fast | on | off } command line option support. | Lang Hames | 2012-07-06 | 1 | -0/+17 |
* | Reduce default template instantiation depth to 512; we're blowing out | Douglas Gregor | 2012-07-02 | 1 | -1/+1 |
* | Add a new libclang completion API to get brief documentation comment that is | Dmitri Gribenko | 2012-07-02 | 1 | -11/+23 |
* | Add -ftls-model command-line flag. | Hans Wennborg | 2012-06-28 | 1 | -1/+31 |
* | Add template type diffing to Clang. This feature will provide a better | Richard Trieu | 2012-06-26 | 1 | -0/+2 |
* | Restructure how the driver communicates information about the | John McCall | 2012-06-20 | 1 | -15/+9 |
* | Extend the support for cl-std to include 1.2. | Tanya Lattner | 2012-06-19 | 1 | -3/+14 |
* | Add a -fuse-init-array option to cc1 and map to the UseInitArray target | Rafael Espindola | 2012-06-19 | 1 | -0/+1 |
* | Add language std for OpenCL 1.1 and 1.2. | Tanya Lattner | 2012-06-18 | 1 | -1/+14 |