]> granicus.if.org Git - clang/commitdiff
Implement FIXME.
authorTed Kremenek <kremenek@apple.com>
Mon, 6 Jul 2009 22:34:50 +0000 (22:34 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 6 Jul 2009 22:34:50 +0000 (22:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74872 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/Store.cpp

index 08db2c565f3ce5518a3a06f3cb18570b440d385b..3f2a10cf3591eb0c172f0686531e9acafc2533ca 100644 (file)
@@ -54,7 +54,7 @@ StoreManager::NewCastRegion(const GRState *state, const MemRegion* R,
 
   // Check cast to ObjCQualifiedID type.
   if (ToTy->isObjCQualifiedIdType()) {
-    // FIXME: Record the type information aside.
+    state = setCastType(state, R, ToTy);
     return CastResult(state, R);
   }