summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/AnalysisManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Apply whitespace cleanups by Honggyu Kim.Ted Kremenek2015-09-081-1/+1
* Add support for the static analyzer to synthesize function implementations fr...Ted Kremenek2014-08-271-2/+5
* Add configuration plumbing to enable static initializer branching in the CFG ...Ted Kremenek2013-03-291-1/+2
* Have AnalyzerOptions::getBooleanOption() stick the matching configTed Kremenek2012-10-011-1/+1
* Implement faux-body-synthesis of well-known functions in the static analyzer ...Ted Kremenek2012-09-211-1/+2
* [analyzer] Always include destructors in the analysis CFG.Jordan Rose2012-09-051-2/+3
* Store const& to AnalyzerOptions in AnalysisManager instead of copyingTed Kremenek2012-08-301-26/+8
* Add new -cc1 driver option -analyzer-config, which allows one to specifyTed Kremenek2012-08-291-2/+4
* Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the s...Ted Kremenek2012-08-161-27/+18
* [analyzer] Turn -cfg-add-initializers on by default, and remove the flag.Jordan Rose2012-07-311-2/+2
* Remove unused private member variables found by clang's new -Wunused-private-...Benjamin Kramer2012-06-061-2/+1
* Remove the unused, unmaintained, incomplete 'Index' library.Douglas Gregor2012-04-131-23/+1
* [analyzer] Enable retry exhausted without inlining by default.Anna Zaks2012-03-281-3/+3
* [analyzer] Add an option to re-analyze a dead-end path without inlining.Anna Zaks2012-03-271-3/+6
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-2/+2
* [analyzer] Rework inlining related command line options.Anna Zaks2012-03-081-6/+11
* [analyzer] Bound the size of the functions being inlined + provideAnna Zaks2012-03-021-3/+9
* Revert my patches which removed Diagnostic.h includes by moving some operator...Benjamin Kramer2012-02-071-1/+0
* Move various diagnostic operator<< overloads out of line and remove includes ...Benjamin Kramer2012-02-041-0/+1
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+2
* Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...Ted Kremenek2011-10-241-3/+3
* [analyzer] Add -analyzer-purge option which can take on multiple values, remo...Anna Zaks2011-09-301-1/+28
* Rename PathDiagnosticClient to PathDiagnosticConsumer as per issue 5397David Blaikie2011-09-261-1/+2
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-1/+1
* [analyzer] Overhaul how the static analyzer expects CFGs by forcing CFGs to b...Ted Kremenek2011-07-281-0/+1
* Move AnalysisManager constructor out of line. No functionality change (yet).Ted Kremenek2011-07-211-0/+23
* Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...Ted Kremenek2011-02-101-1/+1
* [analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core.Argyrios Kyrtzidis2011-02-081-0/+32
OpenPOWER on IntegriCloud