]> granicus.if.org Git - clang/commit
Check for method type conflict between declaration in
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 1 May 2009 20:07:12 +0000 (20:07 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 1 May 2009 20:07:12 +0000 (20:07 +0000)
commitb33f3ad379f497c5fc6d0ada618745dd46d0e717
tree4f50079861066f9933e7fc58afc0db444b391287
parente9146f2e9f1c4e281544e8c080934c72d41012ca
Check for method type conflict between declaration in
class/protocol and implementation which could be
an imm. implementation or down in the inheritance
hierarchy.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70568 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/Sema.h
lib/Sema/SemaDeclObjC.cpp
test/Analysis/PR2978.m
test/SemaObjC/method-typecheck-2.m [new file with mode: 0644]
test/SemaObjC/props-on-prots.m
test/SemaObjC/protocol-lookup.m
test/SemaObjCXX/protocol-lookup.mm