summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-07-06 22:34:50 +0000
committerTed Kremenek <kremenek@apple.com>2009-07-06 22:34:50 +0000
commit83b5ccbecf80a824633c642928fa40696163cf9b (patch)
tree1878602bfdf26c228eece827b43f34a6fb9f1a51
parent3d8ccdb4beca8d6ec42be46f26d61edcb2bda72a (diff)
downloadbcm5719-llvm-83b5ccbecf80a824633c642928fa40696163cf9b.tar.gz
bcm5719-llvm-83b5ccbecf80a824633c642928fa40696163cf9b.zip
Implement FIXME.
llvm-svn: 74872
-rw-r--r--clang/lib/Analysis/Store.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Analysis/Store.cpp b/clang/lib/Analysis/Store.cpp
index 08db2c565f3..3f2a10cf359 100644
--- a/clang/lib/Analysis/Store.cpp
+++ b/clang/lib/Analysis/Store.cpp
@@ -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);
}
OpenPOWER on IntegriCloud