Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Constify the result of CFGStmt::getStmt(). | Ted Kremenek | 2011-08-23 | 1 | -1/+1 |
| | | | | llvm-svn: 138408 | ||||
* | In preparation for fixing PR 6884, rework CFGElement to have getAs<> return ↵ | Ted Kremenek | 2011-03-01 | 1 | -3/+3 |
| | | | | | | | | | pointers instead of fresh CFGElements. - Also, consoldiate getDtorKind() and getKind() into one "kind". - Add empty getDestructorDecl() method to CFGImplicitDtor. llvm-svn: 126738 | ||||
* | Introduce new CFGElement hierarchy to support C++ CFG, based on Marcin's patch | Zhongxing Xu | 2010-09-16 | 1 | -8/+11 |
| | | | | | | and discussions with Ted and Jordy. llvm-svn: 114056 | ||||
* | Fix a bug where child statements could not be identified as being in a ↵ | Tom Care | 2010-08-11 | 1 | -1/+1 |
| | | | | | | CFGBlock in CFGStmtMap::getBlock. llvm-svn: 110881 | ||||
* | Remove bonehead redeclaration. | Ted Kremenek | 2010-08-05 | 1 | -1/+1 |
| | | | | llvm-svn: 110288 | ||||
* | Add CFGStmtMap, which defines a mapping from Stmt* to CFGBlock*. The ↵ | Ted Kremenek | 2010-08-04 | 1 | -0/+88 |
immediate intended use is in the unreachable code analysis. llvm-svn: 110230 |