]> granicus.if.org Git - clang/commit
Add 'AnalysisContext::getUnoptimizedCFG()' to allow clients to get access to the...
authorTed Kremenek <kremenek@apple.com>
Mon, 2 Aug 2010 23:46:59 +0000 (23:46 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 2 Aug 2010 23:46:59 +0000 (23:46 +0000)
commitad5a894df1841698c824381b414630799adc26ca
tree0eb34b28a348cb5f40f6c26a517b493dada079f9
parent97ba481f3f45e5b63b4a354bfb471ce146b7de57
Add 'AnalysisContext::getUnoptimizedCFG()' to allow clients to get access to the original
CFG without any edges pruned out because of trivially solvable conditions (e.g., 'if (0)').

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110085 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/AnalysisContext.h
include/clang/Analysis/CFG.h
lib/Analysis/AnalysisContext.cpp
lib/Analysis/CFG.cpp