summaryrefslogtreecommitdiff
path: root/lib/StaticAnalyzer/Core/AnalysisManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed some dead code in BugReporter and related filesDmitri Gribenko2019-08-211-2/+2
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-1/+1
* [CFG] Add branch to skip vbase inits when they're handled by superclass.Artem Dergachev2019-05-241-1/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [analyzer] Evaluate all non-checker config options before analysisKristof Umann2018-11-301-8/+13
* [analyzer] Add ASTContext to CheckerManagerGeorge Karpenkov2018-08-061-22/+22
* [CFG] [analyzer] Add construction contexts that explain pre-C++17 copy elision.Artem Dergachev2018-06-281-0/+1
* [analyzer] Add scope information to CFGMaxim Ostapenko2018-03-121-0/+1
* [CFG] Add extra context to C++ constructor statement elements.Artem Dergachev2018-02-081-0/+1
* [Analyzer] Do not use static storage to for implementations created in BodyFa...George Karpenkov2017-10-231-27/+19
* [StaticAnalyzer] LoopUnrolling fixesPeter Szecsi2017-08-281-1/+3
* [CFG] Add LoopExit information to CFGPeter Szecsi2017-08-191-1/+2
* CFG: Add CFGElement for automatic variables that leave the scopeMatthias Gehre2017-07-121-1/+2
* [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