diff options
author | Ted Kremenek <kremenek@apple.com> | 2009-07-06 22:34:50 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2009-07-06 22:34:50 +0000 |
commit | 1f612cbc076d5bb0251b6bd46b1906f0a8bfd98b (patch) | |
tree | 6f31a4491332007ef6e23a6501a20f333825b890 /lib/Analysis/Store.cpp | |
parent | 0307cd59e0a48adeb9b69e3270dfe3625e7e2954 (diff) |
Implement FIXME.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74872 91177308-0d34-0410-b5e6-96231b3b80d8
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); } |