aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Checker/PathSensitive/CheckerVisitor.def
AgeCommit message (Expand)Author
2010-12-22[analyzer] Refactoring: include/clang/Checker -> include/clang/GRArgyrios Kyrtzidis
2010-12-16Start migration of static analyzer to using theTed Kremenek
2010-09-30Change CheckerVisitor so that [Pre,Post]VisitCallExpr only handles CallExprs ...Ted Kremenek
2010-09-10Add ObjCAtSynchronizedStmt to the CFG and add GRExprEngine support (PreVisit ...Ted Kremenek
2010-02-03Remove abstract expression kinds from the StmtClass enum. Update a few usersJohn McCall
2010-01-25Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek