[cfe-commits] r62142 - /cfe/trunk/lib/Analysis/RegionStore.cpp

Zhongxing Xu xuzhongxing at gmail.com
Mon Jan 12 19:07:41 PST 2009


Author: zhongxingxu
Date: Mon Jan 12 21:07:41 2009
New Revision: 62142

URL: http://llvm.org/viewvc/llvm-project?rev=62142&view=rev
Log:
add a fixme.

Modified:
    cfe/trunk/lib/Analysis/RegionStore.cpp

Modified: cfe/trunk/lib/Analysis/RegionStore.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Analysis/RegionStore.cpp?rev=62142&r1=62141&r2=62142&view=diff

==============================================================================
--- cfe/trunk/lib/Analysis/RegionStore.cpp (original)
+++ cfe/trunk/lib/Analysis/RegionStore.cpp Mon Jan 12 21:07:41 2009
@@ -969,6 +969,8 @@
     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);





More information about the cfe-commits mailing list