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
Showing
- include/clang/Checker/PathSensitive/GRBlockCounter.h 7 additions, 2 deletionsinclude/clang/Checker/PathSensitive/GRBlockCounter.h
- include/clang/Checker/PathSensitive/GRCoreEngine.h 7 additions, 3 deletionsinclude/clang/Checker/PathSensitive/GRCoreEngine.h
- include/clang/Checker/PathSensitive/GRExprEngine.h 1 addition, 1 deletioninclude/clang/Checker/PathSensitive/GRExprEngine.h
- include/clang/Checker/PathSensitive/GRSubEngine.h 1 addition, 1 deletioninclude/clang/Checker/PathSensitive/GRSubEngine.h
- lib/Checker/GRBlockCounter.cpp 37 additions, 6 deletionslib/Checker/GRBlockCounter.cpp
- lib/Checker/GRCoreEngine.cpp 6 additions, 4 deletionslib/Checker/GRCoreEngine.cpp
- lib/Checker/GRExprEngine.cpp 3 additions, 2 deletionslib/Checker/GRExprEngine.cpp
Loading
Please register or sign in to comment