add a fixme.

llvm-svn: 62142
This commit is contained in:
Zhongxing Xu 2009-01-13 03:07:41 +00:00
parent 100f30bd0d
commit 2436f86024
1 changed files with 2 additions and 0 deletions

View File

@ -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);