]> granicus.if.org Git - clang/commit
This patch introduces the ObjcCategoryImplDecl class and does the checking related to
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 2 Oct 2007 16:38:50 +0000 (16:38 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 2 Oct 2007 16:38:50 +0000 (16:38 +0000)
commit8f3fde00ad4d4f943321e338b914ae4740711c84
tree3f6b466288961e2d39e2d9a1c420a41cda813238
parent4c3fbe33194cd9b1bfff773647ed785b403e1ba5
This patch introduces the ObjcCategoryImplDecl class and does the checking related to
unimplemented methods in category implementation.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42531 91177308-0d34-0410-b5e6-96231b3b80d8
AST/Decl.cpp
Parse/ParseObjc.cpp
Sema/Sema.h
Sema/SemaDecl.cpp
clang.xcodeproj/project.pbxproj
include/clang/AST/Decl.h
include/clang/AST/DeclObjC.h
include/clang/Parse/Action.h
test/Sema/method-undef-category-warn-1.m [new file with mode: 0644]