index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Analysis
/
PathSensitive
/
CheckerVisitor.def
Age
Commit message (
Expand
)
Author
2010-01-25
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek
2009-12-22
Add transfer functions support for visiting an Objective-C message expression...
Ted Kremenek
2009-12-16
Teach CheckerVisitor about CXXOperatorCallExpr.
Ted Kremenek
2009-11-25
Add post-visit Checker support in GRExprEngine for BlockExpr.
Ted Kremenek
2009-11-25
This patch streamlines CheckerVisitor.def so that it follows the usual '#ifnd...
Kovarththanan Rajaratnam
2009-11-24
Refactor undefined result checker. This is the last one.
Zhongxing Xu
2009-11-12
Enhance Checker class (and GRExprEngine) to support PostVisitation for CallEx...
Ted Kremenek
2009-11-11
Add undefined array subscript checker.
Zhongxing Xu
2009-11-09
Add checker for CWE-588: Attempt to Access Child of a Non-structure Pointer.
Zhongxing Xu
2009-11-07
Remove Checker::CheckType() (and instead using CheckerVisitor::PreVisitDeclSt...
Ted Kremenek
2009-11-06
static analyzer: refactor checking logic for returning the address of a stack...
Ted Kremenek
2009-09-02
Refactor the check for bad divide into a checker.
Zhongxing Xu
2009-07-22
Add new 'Checker' and 'CheckerVisitor' classes, which represent a more powerful
Ted Kremenek