Ted Kremenek
|
96a7a59119
|
In preparation for fixing PR 6884, rework CFGElement to have getAs<> return pointers instead of fresh CFGElements.
- Also, consoldiate getDtorKind() and getKind() into one "kind".
- Add empty getDestructorDecl() method to CFGImplicitDtor.
llvm-svn: 126738
|
2011-03-01 03:15:10 +00:00 |
Zhongxing Xu
|
2cd7a78c76
|
Introduce new CFGElement hierarchy to support C++ CFG, based on Marcin's patch
and discussions with Ted and Jordy.
llvm-svn: 114056
|
2010-09-16 01:25:47 +00:00 |
Tom Care
|
ec389da6f2
|
Fix a bug where child statements could not be identified as being in a CFGBlock in CFGStmtMap::getBlock.
llvm-svn: 110881
|
2010-08-11 23:36:58 +00:00 |
Ted Kremenek
|
8a297e9f27
|
Remove bonehead redeclaration.
llvm-svn: 110288
|
2010-08-05 00:03:46 +00:00 |
Ted Kremenek
|
0950212b50
|
Add CFGStmtMap, which defines a mapping from Stmt* to CFGBlock*. The immediate intended use is in the unreachable code analysis.
llvm-svn: 110230
|
2010-08-04 18:23:15 +00:00 |