aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/CFGStmtMap.cpp
AgeCommit message (Expand)Author
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