index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
StaticAnalyzer
/
Checkers
/
AnalyzerStatsChecker.cpp
Age
Commit message (
Expand
)
Author
2013-02-23
Remove the CFGElement "Invalid" state.
David Blaikie
2013-02-21
Replace ProgramPoint llvm::cast support to be well-defined.
David Blaikie
2013-02-21
Replace CFGElement llvm::cast support to be well-defined.
David Blaikie
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-01
Include pruning and general cleanup.
Benjamin Kramer
2012-04-04
Include the "issue context" (e.g. function or method) where a static analyzer...
Ted Kremenek
2012-03-28
[analyzer] Refactor: Use Decl when determining if the Block belongs to
Anna Zaks
2012-03-27
[analyzer] Stats checker: minor interprocedural tweaks.
Anna Zaks
2012-03-22
[analyzer] Add stats useful for coverage investigations.
Anna Zaks
2012-03-22
[analyzer] Add inlining awareness to the block coverage computation
Anna Zaks
2012-02-05
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-04
Move a method from IdentifierTable.h out of line and remove the SmallString i...
Benjamin Kramer
2012-01-28
StaticAnalyzer: Move ObjC- and CXX-specific methods out of line so checkers t...
Benjamin Kramer
2011-10-24
Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...
Ted Kremenek
2011-10-14
Change operator<< for raw_ostream and NamedDecl to take a reference instead o...
Benjamin Kramer
2011-09-20
[analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(Sourc...
Anna Zaks
2011-04-02
Teach IdempotentOperationsChecker about paths aborted because ExprEngine didn...
Ted Kremenek
2011-04-02
static analyzer: Rename 'BlocksAborted' to 'BlocksExhausted' to reflect that ...
Ted Kremenek
2011-03-01
[analyzer] Rename CheckerV2 -> Checker.
Argyrios Kyrtzidis
2011-02-28
[analyzer] Turn -analyzer-stats into -analyzer-checker=debug.Stats
Argyrios Kyrtzidis
2011-02-10
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-02-08
[analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core.
Argyrios Kyrtzidis