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