diff options
Diffstat (limited to 'lib/Analysis/Store.cpp')
-rw-r--r-- | lib/Analysis/Store.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/Store.cpp b/lib/Analysis/Store.cpp index 08db2c565f..3f2a10cf35 100644 --- a/lib/Analysis/Store.cpp +++ b/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); } |