-Add ObjCCategoryImplDecl::getCategoryClass() which returns the category interface...
commit0f3b8429f32a51c2bff25198295f1c155bfabffe
authorArgiris Kirtzidis <akyrtzi@gmail.com>
Tue, 28 Jul 2009 05:11:05 +0000 (28 05:11 +0000)
committerArgiris Kirtzidis <akyrtzi@gmail.com>
Tue, 28 Jul 2009 05:11:05 +0000 (28 05:11 +0000)
treef45f097b6c5a0316b05e5f5408f00a91056c81bb
parenta06e3baec8643a853934ee64b4b3fe4c5cffea3a
-Add ObjCCategoryImplDecl::getCategoryClass() which returns the category interface decl.
-Correct ObjCMethodDecl::getNextRedeclaration(); A method in a ObjCCategoryImplDecl should point to
a method in the associated ObjCCategoryDecl, not the ObjCInterfaceDecl.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77297 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclObjC.h
lib/AST/DeclObjC.cpp