]> granicus.if.org Git - clang/commit
Mark CXXThisRegion in the current or parent stack frame context as live so that
authorZhongxing Xu <xuzhongxing@gmail.com>
Wed, 17 Mar 2010 03:35:08 +0000 (03:35 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Wed, 17 Mar 2010 03:35:08 +0000 (03:35 +0000)
commit17ddf1c108bb847fb05111fec09d664c9bb2e49b
tree520dd6c4e05d8dbbea2d03a8384cb01a8e915688
parent3ddd6e026a173e9519e84e27f8d6aed5473b8b4e
Mark CXXThisRegion in the current or parent stack frame context as live so that
their bindings are not removed.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98705 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Checker/PathSensitive/GRState.h
include/clang/Checker/PathSensitive/Store.h
lib/Checker/BasicStore.cpp
lib/Checker/FlatStore.cpp
lib/Checker/GRExprEngine.cpp
lib/Checker/GRState.cpp
lib/Checker/RegionStore.cpp