commit | aa6db6ee42e218dd057f220f400ea317fc3c9e00 | [log] [tgz] |
---|---|---|
author | Ted Kremenek <kremenek@apple.com> | Mon Jul 06 22:34:50 2009 +0000 |
committer | Ted Kremenek <kremenek@apple.com> | Mon Jul 06 22:34:50 2009 +0000 |
tree | 6f31a4491332007ef6e23a6501a20f333825b890 | |
parent | 6da24e57c82d551117a0b8c178635301741f7338 [diff] [blame] |
Implement FIXME. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74872 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/Store.cpp b/lib/Analysis/Store.cpp index 08db2c5..3f2a10c 100644 --- a/lib/Analysis/Store.cpp +++ b/lib/Analysis/Store.cpp
@@ -54,7 +54,7 @@ // Check cast to ObjCQualifiedID type. if (ToTy->isObjCQualifiedIdType()) { - // FIXME: Record the type information aside. + state = setCastType(state, R, ToTy); return CastResult(state, R); }