]> granicus.if.org Git - clang/commit
(Next runtime only) check to see if class implements forwardInvocation method
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 22 May 2009 17:12:32 +0000 (17:12 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 22 May 2009 17:12:32 +0000 (17:12 +0000)
commitcd1876207f5564beba74e4b2524b664bdba0ba9f
treebdb47b5341150d2dcac2a93ce8f27126ac4cf919
parenta558a897cbe83a21914058348ffbdcf827530ad4
(Next runtime only) check to see if class implements forwardInvocation method
and objects of this class are derived from 'NSProxy'.
Under such conditions, which means that every method possible is
implemented in the class, we should not issue "Method definition not found"
warnings.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72267 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclObjC.h
lib/AST/DeclObjC.cpp
lib/Sema/SemaDeclObjC.cpp
test/SemaObjC/no-warn-unimpl-method.m [new file with mode: 0644]