]> granicus.if.org Git - clang/commit
CXXBaseObjectRegion is like FieldRegion. Need to blast through it when
authorZhongxing Xu <xuzhongxing@gmail.com>
Thu, 13 Jan 2011 12:46:31 +0000 (12:46 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Thu, 13 Jan 2011 12:46:31 +0000 (12:46 +0000)
commite17da65c5773e0285b22e33d1431b13fbcd8942c
treed848eb704a8997d98c3f3e18fd0a157231618b96
parentd074441e027471a914cbb909a7aad1d43224950f
CXXBaseObjectRegion is like FieldRegion. Need to blast through it when
getting the base region. This makes the RemoveDeadBindings() correct.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123375 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/MemRegion.cpp
test/Analysis/base-init.cpp