summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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