ObjCCategoryImplDecl and ObjCImplementation do not derive directly from DeclContext...
commit8a9cddd2edc7f89ebba24b63435fcb62769614f5
authorArgiris Kirtzidis <akyrtzi@gmail.com>
Fri, 17 Jul 2009 01:19:49 +0000 (17 01:19 +0000)
committerArgiris Kirtzidis <akyrtzi@gmail.com>
Fri, 17 Jul 2009 01:19:49 +0000 (17 01:19 +0000)
treed0dcdcd7c3d164360878d793aeffce36a43c5b07
parent26363e76e7c71863617118e990ba86386374e2ca
ObjCCategoryImplDecl and ObjCImplementation do not derive directly from DeclContext but from a new abstract ObjCImplDecl.
Reflect this change on the "DeclContext hierarchy".

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76137 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclBase.h
include/clang/AST/DeclNodes.def
include/clang/AST/DeclObjC.h