]> granicus.if.org Git - clang/commitdiff
add a fixme.
authorZhongxing Xu <xuzhongxing@gmail.com>
Tue, 13 Jan 2009 03:07:41 +0000 (03:07 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Tue, 13 Jan 2009 03:07:41 +0000 (03:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62142 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/RegionStore.cpp

index 2d71117b2869321023709d7516917e85a164741f..20cf38f0bbada77c883bbe9537125e9ab0d2b1a5 100644 (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);