[cfe-commits] r163824 - in /cfe/trunk/lib/Sema: SemaDeclObjC.cpp SemaType.cpp

jahanian fjahanian at apple.com
Thu Sep 13 13:28:36 PDT 2012


On Sep 13, 2012, at 1:22 PM, John McCall wrote:

>> 
>> +  if (!T->isPointerType() && !T->isReferenceType())
>> +    return true;
> 
> This is now redundant with the code following it:

In r163833.
- fariborz




More information about the cfe-commits mailing list