]> granicus.if.org Git - clang/commit
Add CFGStmtMap, which defines a mapping from Stmt* to CFGBlock*. The immediate inten...
authorTed Kremenek <kremenek@apple.com>
Wed, 4 Aug 2010 18:23:15 +0000 (18:23 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 4 Aug 2010 18:23:15 +0000 (18:23 +0000)
commita6d69302d7c86b1c71b9c18493bb811f7d152075
treeca2b25c3539e67d29c65e218000e48892c446f39
parente58aa890e8de55bb3146e6ea9fbbba3a58ce30c6
Add CFGStmtMap, which defines a mapping from Stmt* to CFGBlock*.  The immediate intended use is in the unreachable code analysis.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110230 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/CFGStmtMap.h [new file with mode: 0644]
lib/Analysis/CFGStmtMap.cpp [new file with mode: 0644]
lib/Analysis/CMakeLists.txt