]> granicus.if.org Git - clang/commitdiff
fix a typo in my last commit. I thought I recompiled,
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 29 Jun 2012 19:05:11 +0000 (19:05 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 29 Jun 2012 19:05:11 +0000 (19:05 +0000)
but apparently I did not.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159452 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaObjCProperty.cpp

index aace5ec11bf0b32d82697b06eebb1f2c56cb5b22..34dd068945eaac41214a4d899ef9ee576d5272f7 100644 (file)
@@ -829,7 +829,7 @@ Decl *Sema::ActOnPropertyImplDecl(Scope *S,
       if (originalIvar) {
         Diag(PropertyDiagLoc, 
              diag::warn_autosynthesis_property_ivar_match)
-        << propertyId << (Ivar == 0) << PropertyIvar 
+        << PropertyId << (Ivar == 0) << PropertyIvar 
         << originalIvar->getIdentifier();
         Diag(property->getLocation(), diag::note_property_declare);
         Diag(originalIvar->getLocation(), diag::note_ivar_decl);