From db0b7f942a74306065d4a1e52b25fcc35bf3879a Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 15 Aug 2008 23:18:35 +0000 Subject: [PATCH] Ident class tree in DeclBase properly. llvm-svn: 54826 --- clang/include/clang/AST/DeclBase.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/clang/include/clang/AST/DeclBase.h b/clang/include/clang/AST/DeclBase.h index ef92b42424f5..213515010c13 100644 --- a/clang/include/clang/AST/DeclBase.h +++ b/clang/include/clang/AST/DeclBase.h @@ -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.