aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/CFGStmtMap.cpp
AgeCommit message (Expand)Author
2011-08-23Constify the result of CFGStmt::getStmt().Ted Kremenek
2011-03-01In preparation for fixing PR 6884, rework CFGElement to have getAs<> return p...Ted Kremenek
2010-09-16Introduce new CFGElement hierarchy to support C++ CFG, based on Marcin's patchZhongxing Xu
2010-08-11Fix a bug where child statements could not be identified as being in a CFGBlo...Tom Care
2010-08-05Remove bonehead redeclaration.Ted Kremenek
2010-08-04Add CFGStmtMap, which defines a mapping from Stmt* to CFGBlock*. The immedia...Ted Kremenek