[cfe-commits] r133529 - /cfe/trunk/lib/Sema/SemaCXXCast.cpp

Fariborz Jahanian fjahanian at apple.com
Tue Jun 21 11:21:32 PDT 2011


Author: fjahanian
Date: Tue Jun 21 13:21:32 2011
New Revision: 133529

URL: http://llvm.org/viewvc/llvm-project?rev=133529&view=rev
Log:
^cat^cast^

Modified:
    cfe/trunk/lib/Sema/SemaCXXCast.cpp

Modified: cfe/trunk/lib/Sema/SemaCXXCast.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaCXXCast.cpp?rev=133529&r1=133528&r2=133529&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaCXXCast.cpp (original)
+++ cfe/trunk/lib/Sema/SemaCXXCast.cpp Tue Jun 21 13:21:32 2011
@@ -642,7 +642,7 @@
     }
   } else if (tcr == TC_Success && Self.getLangOptions().ObjCAutoRefCount) {
     Expr *Exp = SrcExpr.get();
-    // Note that Exp does not change with CCK_OtherCast cat type
+    // Note that Exp does not change with CCK_OtherCast cast type
     Self.CheckObjCARCConversion(OpRange, DestType,
                                 Exp, Sema::CCK_OtherCast);
   }
@@ -708,7 +708,7 @@
       Self.CheckCastAlign(SrcExpr.get(), DestType, OpRange);
     if (Self.getLangOptions().ObjCAutoRefCount) {
       Expr *Exp = SrcExpr.get();
-      // Note that Exp does not change with CCK_OtherCast cat type
+      // Note that Exp does not change with CCK_OtherCast cast type
       Self.CheckObjCARCConversion(OpRange, DestType,
                                   Exp, Sema::CCK_OtherCast);
     }





More information about the cfe-commits mailing list