]> granicus.if.org Git - clang/commit
[analyzer] Rely on LLVM Dominators in Clang dominator computation.
authorAnna Zaks <ganna@apple.com>
Mon, 5 Dec 2011 21:33:11 +0000 (21:33 +0000)
committerAnna Zaks <ganna@apple.com>
Mon, 5 Dec 2011 21:33:11 +0000 (21:33 +0000)
commit02f34c5003b2c5067675f89ffce0a84c28faf722
tree2b397ab683807f4ecc36ae16cc9866220842f797
parenteca4e6e58170129cbdf105b2cfdb9ac2be61858e
[analyzer] Rely on LLVM Dominators in Clang dominator computation.

(Previously, Clang used it's implementation of dominators.)

The patch is contributed by Guoping Long!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145858 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/Analyses/Dominators.h
include/clang/Analysis/CFG.h
lib/Analysis/CFG.cpp
lib/Analysis/CMakeLists.txt
lib/Analysis/Dominators.cpp [deleted file]
lib/StaticAnalyzer/Checkers/DebugCheckers.cpp