]> granicus.if.org Git - clang/commit
Since we now may have basicblocks with the same block is in different function,
authorZhongxing Xu <xuzhongxing@gmail.com>
Tue, 23 Mar 2010 05:05:02 +0000 (05:05 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Tue, 23 Mar 2010 05:05:02 +0000 (05:05 +0000)
commitd9e0c0fc47d5881a609ec34372d554e3652db66c
tree605da92604493dac0bcfce972b4736022cc63da3
parentee5ab9f7a6368e516ab4e9eeadff0b2e9df03b34
Since we now may have basicblocks with the same block is in different function,
change the block counter map from unsigned -> unsigned to
<StackFrameContext*, unsigned> -> unsigned.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99255 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Checker/PathSensitive/GRBlockCounter.h
include/clang/Checker/PathSensitive/GRCoreEngine.h
include/clang/Checker/PathSensitive/GRExprEngine.h
include/clang/Checker/PathSensitive/GRSubEngine.h
lib/Checker/GRBlockCounter.cpp
lib/Checker/GRCoreEngine.cpp
lib/Checker/GRExprEngine.cpp