]> granicus.if.org Git - clang/commit
When retrieving element region, if its super region has binding, return
authorZhongxing Xu <xuzhongxing@gmail.com>
Tue, 30 Jun 2009 12:32:59 +0000 (12:32 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Tue, 30 Jun 2009 12:32:59 +0000 (12:32 +0000)
commit7abe019c2840e3890993c879c65acde9ea316166
tree941c77f8dceaae07fb196c093b1e51dafa8e28e9
parent1b54221f6865b0daae1b8eb8f84bf5d291e8b864
When retrieving element region, if its super region has binding, return
unknown for it.

Mark the super region of a live region as live, if the live region is pointed
to by a live pointer variable.

These fixes xfail_regionstore_wine_crash.c.

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