]> granicus.if.org Git - clang/commit
Method declaration and its implementation must match in all their types.
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 5 Oct 2010 21:02:11 +0000 (21:02 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 5 Oct 2010 21:02:11 +0000 (21:02 +0000)
commitbdaae392d4ede29c992db6c40c14860a0505415f
tree61ffd4a072ccefd0f5fafce71fe09fe4fe7345e3
parent23c51b5b10e832451ae10dcce994ffe320aeebbb
Method declaration and its implementation must match in all their types.
Previously, compiler warned only if it was unsafe if types
did not match. Fixes // rdar: //7933061

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115683 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclObjC.cpp
test/SemaObjC/class-conforming-protocol-2.m
test/SemaObjC/comptypes-a.m
test/SemaObjC/method-conflict-1.m [new file with mode: 0644]
test/SemaObjC/method-conflict.m