]> granicus.if.org Git - clang/commitdiff
Ident class tree in DeclBase properly.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 15 Aug 2008 23:18:35 +0000 (23:18 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 15 Aug 2008 23:18:35 +0000 (23:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54826 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/DeclBase.h

index ef92b42424f5a4a3e6d31cf7c135bdb54d841a39..213515010c1328eb7abb5c151f0aaae275942bdf 100644 (file)
@@ -72,14 +72,14 @@ public:
                  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.