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