1. 6907ce2 Remove trailing space by Fangrui Song · 7 years ago
  2. 2554294 [C++11] Use 'nullptr'. Analysis edition. by Craig Topper · 11 years ago
  3. 00be69a Remove the CFGElement "Invalid" state. by David Blaikie · 13 years ago
  4. 2a01f5d Replace CFGElement llvm::cast support to be well-defined. by David Blaikie · 13 years ago
  5. adfb445 Constify the result of CFGStmt::getStmt(). by Ted Kremenek · 14 years ago
  6. 96a7a59 In preparation for fixing PR 6884, rework CFGElement to have getAs<> return pointers instead of fresh CFGElements. by Ted Kremenek · 15 years ago
  7. 2cd7a78 Introduce new CFGElement hierarchy to support C++ CFG, based on Marcin's patch by Zhongxing Xu · 15 years ago
  8. ec389da Fix a bug where child statements could not be identified as being in a CFGBlock in CFGStmtMap::getBlock. by Tom Care · 15 years ago
  9. 8a297e9 Remove bonehead redeclaration. by Ted Kremenek · 15 years ago
  10. 0950212 Add CFGStmtMap, which defines a mapping from Stmt* to CFGBlock*. The immediate intended use is in the unreachable code analysis. by Ted Kremenek · 15 years ago