]> granicus.if.org Git - clang/commitdiff
Zhongxing already implemented this FIXME.
authorTed Kremenek <kremenek@apple.com>
Mon, 4 May 2009 15:14:27 +0000 (15:14 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 4 May 2009 15:14:27 +0000 (15:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70864 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/Store.cpp

index c9c49c6e9b84f192e641c5b876e1ef088f3ee6d3..749a657b12a30b102c56687d2fdca1c12bd95267 100644 (file)
@@ -65,8 +65,6 @@ StoreManager::CastRegion(const GRState* state, const MemRegion* R,
       if (const TypedRegion *TR = dyn_cast<TypedRegion>(R)) {
         // Check if we are casting to a region with an integer type.  We now
         // the types aren't the same, so we construct an ElementRegion.
-        // FIXME: We should have a standard query function to get the size
-        //  of the array index.
         SVal Idx = ValMgr.makeZeroIndex();
         
         // If the super region is an element region, strip it away.