aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/RegionStore.cpp
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2009-01-13 03:07:41 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2009-01-13 03:07:41 +0000
commit9c2a3dbf8a977eef20152f73bce7ea40031c18b2 (patch)
treec2680a0d45f8a62d6240e82abd9c54333a5b30ec /lib/Analysis/RegionStore.cpp
parent867c39e8c4a2ccdbc1edae45966dc5f3e910954b (diff)
add a fixme.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62142 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/RegionStore.cpp')
-rw-r--r--lib/Analysis/RegionStore.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Analysis/RegionStore.cpp b/lib/Analysis/RegionStore.cpp
index 2d71117b28..20cf38f0bb 100644
--- a/lib/Analysis/RegionStore.cpp
+++ b/lib/Analysis/RegionStore.cpp
@@ -969,6 +969,8 @@ const GRState* RegionStoreManager::KillStruct(const GRState* St,
if (const SubRegion* sr = dyn_cast<SubRegion>(r))
if (sr->isSubRegionOf(R))
store = Remove(store, Loc::MakeVal(sr));
+ // FIXME: Maybe we should also remove the bindings for the "views" of the
+ // subregions.
}
return StateMgr.MakeStateWithStore(St, store);