]> granicus.if.org Git - clang/commit
Real corener case of a method declared in a protocol
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 3 Apr 2009 21:51:32 +0000 (21:51 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 3 Apr 2009 21:51:32 +0000 (21:51 +0000)
commitb072b7125b3e2c03da66179704bff9c16808178a
tree5e468938bbb406f695408bd4836a69bacb2714d5
parent95f49fb26637e0f271bca580e8e20ce3c08ac2e9
Real corener case of a method declared in a protocol
used in a class which declares a property of the same
name. This should not result in an unimplemented
method warning.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68409 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclObjC.cpp
test/SemaObjC/no-warn-synth-protocol-meth.m [new file with mode: 0644]