]> granicus.if.org Git - clang/commit
-Add ObjCCategoryImplDecl::getCategoryClass() which returns the category interface...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 28 Jul 2009 05:11:05 +0000 (05:11 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 28 Jul 2009 05:11:05 +0000 (05:11 +0000)
commit4292073a858f72769fa405b48390620c8932f8ae
treef45f097b6c5a0316b05e5f5408f00a91056c81bb
parenta8530375168f578e9039837c58054d55655c981b
-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