aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Analysis/Visitors/CFGRecStmtVisitor.h
AgeCommit message (Expand)Author
2011-09-23Switch assert(0/false) llvm_unreachable.David Blaikie
2011-08-12Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...Ted Kremenek
2010-10-22Fix a horrible bug in all dataflow analyses that use CFGRecStmtVisitor (inclu...Ted Kremenek
2009-12-24Enhance dataflow analyses to recognize branch statements in the CFG used as h...Ted Kremenek
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-11-20Updated CFGStmtVisitor and CFGRecStmtVisitor to have a notion ofTed Kremenek
2007-09-26Added extra guard for null Stmt* when traversing the AST using VisitChildren.Ted Kremenek
2007-09-20Renamed "include/clang/Analysis/CFGVisitors" "<snip>/Analysis/Visitors".Ted Kremenek