Random string removal.

llvm-svn: 162063
This commit is contained in:
Eric Christopher 2012-08-16 23:50:37 +00:00
parent 11b4463a94
commit ae6b9d2de3
1 changed files with 1 additions and 1 deletions

View File

@ -1137,7 +1137,7 @@ Sema::LookupMemberExpr(LookupResult &R, ExprResult &BaseExpr,
goto fail;
// There's an implicit 'isa' ivar on all objects.
// But we only actually find it this way on objects of type 'id',
// apparently.ghjg
// apparently.
if (OTy->isObjCId() && Member->isStr("isa")) {
Diag(MemberLoc, diag::warn_objc_isa_use);
return Owned(new (Context) ObjCIsaExpr(BaseExpr.take(), IsArrow, MemberLoc,