]> granicus.if.org Git - clang/commit
Region store: when casting VarRegions, if the cast-to pointee type is
authorZhongxing Xu <xuzhongxing@gmail.com>
Fri, 8 May 2009 07:28:25 +0000 (07:28 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Fri, 8 May 2009 07:28:25 +0000 (07:28 +0000)
commit2572eda55285cd61e7e8523d4404ed33f4d33d9b
treea71b5043785d902ba0c82eac1c8cee13768d6d33
parent5caa370ea6f70bd3e7e4a9cc3b69ac1a849c8534
Region store: when casting VarRegions, if the cast-to pointee type is
incomplete, do not compute its size and return the original region.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71213 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/RegionStore.cpp
test/Analysis/rdar-6541136-region.c