]> granicus.if.org Git - clang/commitdiff
Random string removal.
authorEric Christopher <echristo@apple.com>
Thu, 16 Aug 2012 23:50:37 +0000 (23:50 +0000)
committerEric Christopher <echristo@apple.com>
Thu, 16 Aug 2012 23:50:37 +0000 (23:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162063 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaExprMember.cpp

index 53f22f65ddf5d773f4738fb68ce8ab1e9b7f27e7..8f445e28648da166a5bf710b06ff916fb8845615 100644 (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,