aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/StaticAnalyzer/Checkers/AnalyzerStatsChecker.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-01-30Avoid overly large SmallPtrSet/SmallSetMatthias Braun1-1/+1
2015-09-08[analyzer] Apply whitespace cleanups by Honggyu Kim.Ted Kremenek1-1/+1
2014-05-27[C++11] Use 'nullptr'. StaticAnalyzer edition.Craig Topper1-1/+1
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-2/+2
2014-02-11Expose the name of the checker producing each diagnostic message.Alexander Kornienko1-2/+2
2013-02-23Remove the CFGElement "Invalid" state.David Blaikie1-4/+4
2013-02-21Replace ProgramPoint llvm::cast support to be well-defined.David Blaikie1-1/+1
2013-02-21Replace CFGElement llvm::cast support to be well-defined.David Blaikie1-2/+2
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-4/+3
2012-12-01Include pruning and general cleanup.Benjamin Kramer1-0/+1
2012-04-04Include the "issue context" (e.g. function or method) where a static analyzer...Ted Kremenek1-4/+5
2012-03-28[analyzer] Refactor: Use Decl when determining if the Block belongs toAnna Zaks1-7/+6
2012-03-27[analyzer] Stats checker: minor interprocedural tweaks.Anna Zaks1-15/+20
2012-03-22[analyzer] Add stats useful for coverage investigations.Anna Zaks1-0/+10
2012-03-22[analyzer] Add inlining awareness to the block coverage computationAnna Zaks1-5/+12
2012-02-05Basic: import SmallString<> into clang namespaceDylan Noblesmith1-1/+1
2012-02-04Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer1-0/+1
2012-01-28StaticAnalyzer: Move ObjC- and CXX-specific methods out of line so checkers t...Benjamin Kramer1-0/+1
2011-10-24Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...Ted Kremenek1-1/+1
2011-10-14Change operator<< for raw_ostream and NamedDecl to take a reference instead o...Benjamin Kramer1-1/+1
2011-09-20[analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(Sourc...Anna Zaks1-2/+3
2011-04-02Teach IdempotentOperationsChecker about paths aborted because ExprEngine didn...Ted Kremenek1-5/+5
2011-04-02static analyzer: Rename 'BlocksAborted' to 'BlocksExhausted' to reflect that ...Ted Kremenek1-1/+1
2011-03-01[analyzer] Rename CheckerV2 -> Checker.Argyrios Kyrtzidis1-2/+2
2011-02-28[analyzer] Turn -analyzer-stats into -analyzer-checker=debug.StatsArgyrios Kyrtzidis1-21/+13
2011-02-10Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...Ted Kremenek1-3/+3
2011-02-08[analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core.Argyrios Kyrtzidis1-0/+123