Add CFGStmtMap, which defines a mapping from Stmt* to CFGBlock*. The...
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
0 → 100644
lib/Analysis/CFGStmtMap.cpp
0 → 100644
Please register or sign in to comment