aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Analysis/CFGStmtMap.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-05-20[C++11] Use 'nullptr'. Analysis edition.Craig Topper1-3/+3
2013-02-23Remove the CFGElement "Invalid" state.David Blaikie1-2/+2
2013-02-21Replace CFGElement llvm::cast support to be well-defined.David Blaikie1-2/+2
2011-08-23Constify the result of CFGStmt::getStmt().Ted Kremenek1-1/+1
2011-03-01In preparation for fixing PR 6884, rework CFGElement to have getAs<> return p...Ted Kremenek1-3/+3
2010-09-16Introduce new CFGElement hierarchy to support C++ CFG, based on Marcin's patchZhongxing Xu1-8/+11
2010-08-11Fix a bug where child statements could not be identified as being in a CFGBlo...Tom Care1-1/+1
2010-08-05Remove bonehead redeclaration.Ted Kremenek1-1/+1
2010-08-04Add CFGStmtMap, which defines a mapping from Stmt* to CFGBlock*. The immedia...Ted Kremenek1-0/+88