]> granicus.if.org Git - clang/commit
When unknown method is sent to a receiver of
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 1 Dec 2010 01:07:24 +0000 (01:07 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 1 Dec 2010 01:07:24 +0000 (01:07 +0000)
commit2600503170c8366af2587408c50e2beedee5d1f1
treec0356491a37bbbc2082038507a5bdfc7b8b09f2d
parentd9e0ff273f75de13bd97641a5b77651940946271
When unknown method is sent to a receiver of
'Class' type, disgnostic should refere to a
class method. Fixes // rdar://8592156

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120517 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExprObjC.cpp
test/SemaObjC/call-super-2.m
test/SemaObjC/class-method-lookup.m
test/SemaObjC/method-lookup-5.m [new file with mode: 0644]
test/SemaObjC/method-lookup.m