[cfe-commits] r54826 - /cfe/trunk/include/clang/AST/DeclBase.h

Daniel Dunbar daniel at zuster.org
Fri Aug 15 16:18:35 PDT 2008


Author: ddunbar
Date: Fri Aug 15 18:18:35 2008
New Revision: 54826

URL: http://llvm.org/viewvc/llvm-project?rev=54826&view=rev
Log:
Ident class tree in DeclBase properly.

Modified:
    cfe/trunk/include/clang/AST/DeclBase.h

Modified: cfe/trunk/include/clang/AST/DeclBase.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/DeclBase.h?rev=54826&r1=54825&r2=54826&view=diff

==============================================================================
--- cfe/trunk/include/clang/AST/DeclBase.h (original)
+++ cfe/trunk/include/clang/AST/DeclBase.h Fri Aug 15 18:18:35 2008
@@ -72,14 +72,14 @@
                  ImplicitParam,
                  CXXClassVar,
                  ParmVar,
-         ObjCInterface,  // [DeclContext]
-         ObjCCompatibleAlias,
-         ObjCMethod,  // [DeclContext]
-         ObjCClass,
-         ObjCForwardProtocol,
-         ObjCPropertyImpl,
+           ObjCInterface,  // [DeclContext]
+           ObjCCompatibleAlias,
+           ObjCMethod,  // [DeclContext]
+           ObjCClass,
+           ObjCForwardProtocol,
+           ObjCPropertyImpl,
          LinkageSpec,
-   FileScopeAsm,
+         FileScopeAsm,
   
     // For each non-leaf class, we now define a mapping to the first/last member
     // of the class, to allow efficient classof.





More information about the cfe-commits mailing list