aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Analysis/PathSensitive/CheckerVisitor.h
AgeCommit message (Expand)Author
2009-11-12Enhance Checker class (and GRExprEngine) to support PostVisitation for CallEx...Ted Kremenek
2009-11-09Add checker for CWE-588: Attempt to Access Child of a Non-structure Pointer.Zhongxing Xu
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-09-02Refactor the check for bad divide into a checker.Zhongxing Xu
2009-07-28Add missing break statement.Ted Kremenek
2009-07-27Update for LLVM API change.Owen Anderson
2009-07-22Add new 'Checker' and 'CheckerVisitor' classes, which represent a more powerfulTed Kremenek