diff options
| -rw-r--r-- | clang/include/clang/AST/DeclBase.h | 14 | 
1 files changed, 7 insertions, 7 deletions
diff --git a/clang/include/clang/AST/DeclBase.h b/clang/include/clang/AST/DeclBase.h index ef92b42424f..213515010c1 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.  | 

