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