Age | Commit message (Expand) | Author | Files | Lines |
2012-10-18 | [Options] Make Option non clang specific. | Michael J. Spencer | 1 | -1/+1 |
2012-10-17 | Add -std=c++1y argument, for *highly* experimental C++14 support. | Richard Smith | 1 | -0/+1 |
2012-10-16 | Serialize TargetOptions into an AST file, and make sure that we keep | Douglas Gregor | 1 | -6/+8 |
2012-09-13 | Conditionally parse documentation comments in system headers by | Ted Kremenek | 1 | -0/+3 |
2012-09-05 | [analyzer] Always include destructors in the analysis CFG. | Jordan Rose | 1 | -1/+0 |
2012-09-05 | Allow disabling of wchar_t type. | Abramo Bagnara | 1 | -0/+6 |
2012-08-31 | Make AnalyzerOptions a shared object between CompilerInvocation and | Ted Kremenek | 1 | -2/+2 |
2012-08-31 | Move AnalyzerOptions.h into 'Core' StaticAnalyzer sub-library. | Ted Kremenek | 1 | -12/+12 |
2012-08-30 | [analyzer] Make analyzer-ipa=dynamic-bifurcate the default. | Anna Zaks | 1 | -1/+1 |
2012-08-30 | Rename 'MaxLoop' to 'maxBlockVisitOnPath' to reflect reality. We | Ted Kremenek | 1 | -1/+1 |
2012-08-30 | Rename 'VisualizeEGUbi' and 'VisualizeEGDot' to 'visualizeExplodedGraphWithUb... | Ted Kremenek | 1 | -4/+6 |
2012-08-30 | Rename AnalyzerOptions 'EagerlyAssume' to 'eagerlyAssumeBinOpBifurcation'. | Ted Kremenek | 1 | -2/+2 |
2012-08-30 | Store const& to AnalyzerOptions in AnalysisManager instead of copying | Ted Kremenek | 1 | -1/+1 |
2012-08-30 | Move Analyses.def to include/clang/StaticAnalyzer. | Ted Kremenek | 1 | -12/+12 |
2012-08-30 | Change -analyzer-config to use '=' as the key-value separator, and only | Ted Kremenek | 1 | -3/+3 |
2012-08-29 | Add new -cc1 driver option -analyzer-config, which allows one to specify | Ted Kremenek | 1 | -0/+30 |
2012-08-24 | [ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a | Chad Rosier | 1 | -1/+2 |
2012-08-21 | [analyzer] Set the default IPA mode to 'basic-inlining', which excludes C++. | Jordan Rose | 1 | -1/+1 |
2012-08-21 | [driver] Add support for the --param ssp-buffer-size= driver option. | Chad Rosier | 1 | -0/+2 |
2012-08-21 | Screw around with ObjCRuntime some more, changing the | John McCall | 1 | -7/+9 |
2012-08-08 | Preprocessor: fix __OPTIMIZE_SIZE__ and -Oz | Dylan Noblesmith | 1 | -2/+3 |
2012-07-31 | [analyzer] Turn -cfg-add-initializers on by default, and remove the flag. | Jordan Rose | 1 | -1/+0 |
2012-07-31 | Added -ast-list option to dump filterable AST decl node names. | Alexander Kornienko | 1 | -0/+3 |
2012-07-26 | Added -ast-dump-filter option to clang -cc1. | Alexander Kornienko | 1 | -0/+3 |
2012-07-20 | Rename -fms-inline-asm to -fenable-experimental-ms-inline-asm. | Chad Rosier | 1 | -1/+1 |
2012-07-20 | Add the mechanics for -fms-inline-asm. No easy way to test at this time. | Chad Rosier | 1 | -0/+1 |
2012-07-19 | Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only. | Bob Wilson | 1 | -0/+1 |
2012-07-11 | Add OpenCL metadata for kernel arg names. This output is controlled via a fla... | Tanya Lattner | 1 | -0/+3 |
2012-07-06 | Add -ffp-contract = { fast | on | off } command line option support. | Lang Hames | 1 | -0/+17 |
2012-07-02 | Reduce default template instantiation depth to 512; we're blowing out | Douglas Gregor | 1 | -1/+1 |
2012-07-02 | Add a new libclang completion API to get brief documentation comment that is | Dmitri Gribenko | 1 | -11/+23 |
2012-06-28 | Add -ftls-model command-line flag. | Hans Wennborg | 1 | -1/+31 |
2012-06-26 | Add template type diffing to Clang. This feature will provide a better | Richard Trieu | 1 | -0/+2 |
2012-06-20 | Restructure how the driver communicates information about the | John McCall | 1 | -15/+9 |
2012-06-19 | Extend the support for cl-std to include 1.2. | Tanya Lattner | 1 | -3/+14 |
2012-06-19 | Add a -fuse-init-array option to cc1 and map to the UseInitArray target | Rafael Espindola | 1 | -0/+1 |
2012-06-18 | Add language std for OpenCL 1.1 and 1.2. | Tanya Lattner | 1 | -1/+14 |
2012-06-14 | Support -frewrite-includes as an option while preprocessing. | David Blaikie | 1 | -3/+1 |
2012-06-14 | Rename -rewrite-includes to -frewrite-includes. | David Blaikie | 1 | -2/+2 |
2012-06-13 | Add -isystem-prefix and -ino-system-prefix arguments, which can be used to | Richard Smith | 1 | -0/+18 |
2012-06-11 | Const'ify CompilerInvocation::toArgs(). | Argyrios Kyrtzidis | 1 | -1/+1 |
2012-06-06 | Add a -rewrite-includes option, which is similar to -rewrite-macros, but only... | David Blaikie | 1 | -0/+3 |
2012-05-22 | wire -fbounds-checking to the new LLVM bounds checking pass | Nuno Lopes | 1 | -7/+5 |
2012-05-08 | add -fbounds-checking option. | Nuno Lopes | 1 | -1/+7 |
2012-05-04 | This patch adds a new Clang compiler flag "-gline-tables-only". | Alexey Samsonov | 1 | -1/+6 |
2012-05-01 | Unify Options.td and CC1Options.td, in a first step towards unifying the seri... | James Molloy | 1 | -31/+82 |
2012-04-27 | Use enum to set debug info size generated by Clang | Alexey Samsonov | 1 | -6/+20 |
2012-04-13 | Remove the -cc1-level option "-pubnames-dump". Such things should stay | Douglas Gregor | 1 | -3/+0 |
2012-04-09 | Revert r154321, pending more discussion. | David Chisnall | 1 | -3/+0 |
2012-04-09 | Add -fobjc-trace to emit a call before and after each Objective-C message send | David Chisnall | 1 | -0/+3 |