Age | Commit message (Expand) | Author |
2012-08-30 | Move AnalyzerOptions.h to include/clang/StaticAnalyzer. | Ted Kremenek |
2012-08-30 | Move Analyses.def to include/clang/StaticAnalyzer. | Ted Kremenek |
2012-08-29 | Add new -cc1 driver option -analyzer-config, which allows one to specify | Ted Kremenek |
2012-08-21 | [analyzer] Set the default IPA mode to 'basic-inlining', which excludes C++. | Jordan Rose |
2012-07-31 | [analyzer] Turn -cfg-add-initializers on by default, and remove the flag. | Jordan Rose |
2012-03-28 | [analyzer] Enable retry exhausted without inlining by default. | Anna Zaks |
2012-03-27 | [analyzer] Add an option to re-analyze a dead-end path without inlining. | Anna Zaks |
2012-03-09 | [analyzer] Add support for NoRedundancy inlining mode. | Anna Zaks |
2012-03-08 | [analyzer] Rework inlining related command line options. | Anna Zaks |
2012-03-05 | [analyzer] Bump up the size of the functions that should be | Anna Zaks |
2012-03-02 | [analyzer] Bound the size of the functions being inlined + provide | Anna Zaks |
2012-03-01 | [analyzer] Turn inlining on by default for better testing exposure. | Anna Zaks |
2012-02-27 | [analyzer] Add -analyzer-stats, which hooks up LLVM stats tracking. | Anna Zaks |
2011-09-30 | [analyzer] Add -analyzer-purge option which can take on multiple values, remo... | Anna Zaks |
2011-09-25 | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie |
2011-07-28 | Really remove FlatStoreManager and BasicStoreManager, this time from the driv... | Ted Kremenek |
2011-02-28 | [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno... | Argyrios Kyrtzidis |
2011-02-28 | [analyzer] Migrate ArrayBoundCheckerV2 to CheckerV2. | Argyrios Kyrtzidis |
2011-02-28 | [analyzer] Turn -analyzer-stats into -analyzer-checker=debug.Stats | Argyrios Kyrtzidis |
2011-02-28 | [analyzer] Remove '-analyzer-experimental-checks' flag. | Argyrios Kyrtzidis |
2011-02-25 | Intoduce '-analyzer-checker-help' flag which outputs a list of all available ... | Argyrios Kyrtzidis |
2011-02-24 | [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h... | Argyrios Kyrtzidis |
2011-02-15 | [analyzer] Use the new registration mechanism on the IdempotentOperationChecker. | Argyrios Kyrtzidis |
2011-02-15 | [analyzer] Remove ObjCSelfInitCheck from AnalyzerOptions. | Argyrios Kyrtzidis |
2011-02-15 | Initialize InlineCall in AnalyzerOptions. | Argyrios Kyrtzidis |
2011-02-14 | [analyzer] Overhauling of the checker registration mechanism. | Argyrios Kyrtzidis |
2011-02-09 | static analyzer: Further reduce the analyzer's memory usage when analyzing sq... | Ted Kremenek |
2011-01-26 | [analyzer] Enable the self-init checker under command-line option '-analyzer-... | Argyrios Kyrtzidis |
2010-12-23 | Add WIP prototype of a new buffer overflow | Ted Kremenek |
2010-09-30 | Added two new command line arguments: | Marcin Swiderski |
2010-09-10 | Added AnalyzerStatsChecker, a path sensitive check that reports visitation st... | Tom Care |
2010-08-06 | Removed IdempotentOperationChecker from default analysis and returned back to... | Tom Care |
2010-08-03 | Add -cc1 option '-unoptimized-cfg' to toggle using a CFG (for static analysis... | Ted Kremenek |
2010-07-06 | Added a path-sensitive idempotent operation checker (-analyzer-idempotent-ope... | Tom Care |
2010-06-15 | Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library... | Daniel Dunbar |