Implement FIXME.

llvm-svn: 74872
This commit is contained in:
Ted Kremenek 2009-07-06 22:34:50 +00:00
parent 3d8ccdb4be
commit 83b5ccbecf
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}