[llvm-branch-commits] [cfe-branch] r105025 - /cfe/branches/Apple/whitney/lib/AST/ASTContext.cpp

Daniel Dunbar daniel at zuster.org
Fri May 28 16:06:08 PDT 2010


Author: ddunbar
Date: Fri May 28 18:06:08 2010
New Revision: 105025

URL: http://llvm.org/viewvc/llvm-project?rev=105025&view=rev
Log:
Merge r104847:
--
Author: Fariborz Jahanian <fjahanian at apple.com>
Date:   Thu May 27 16:35:00 2010 +0000

    Fix 80-column.

Modified:
    cfe/branches/Apple/whitney/lib/AST/ASTContext.cpp

Modified: cfe/branches/Apple/whitney/lib/AST/ASTContext.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/whitney/lib/AST/ASTContext.cpp?rev=105025&r1=105024&r2=105025&view=diff
==============================================================================
--- cfe/branches/Apple/whitney/lib/AST/ASTContext.cpp (original)
+++ cfe/branches/Apple/whitney/lib/AST/ASTContext.cpp Fri May 28 18:06:08 2010
@@ -2857,7 +2857,8 @@
       ObjCFastEnumerationStateTypeDecl->addDecl(Field);
     }
     if (getLangOptions().CPlusPlus)
-      if (CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(ObjCFastEnumerationStateTypeDecl))
+      if (CXXRecordDecl *CXXRD = 
+            dyn_cast<CXXRecordDecl>(ObjCFastEnumerationStateTypeDecl))
         CXXRD->setEmpty(false);
 
     ObjCFastEnumerationStateTypeDecl->completeDefinition();





More information about the llvm-branch-commits mailing list