commit | b33f3ad379f497c5fc6d0ada618745dd46d0e717 | [log] [tgz] |
---|---|---|
author | Fariborz Jahanian <fjahanian@apple.com> | Fri May 01 20:07:12 2009 +0000 |
committer | Fariborz Jahanian <fjahanian@apple.com> | Fri May 01 20:07:12 2009 +0000 |
tree | 4f50079861066f9933e7fc58afc0db444b391287 | |
parent | e9146f2e9f1c4e281544e8c080934c72d41012ca [diff] [blame] |
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
diff --git a/test/SemaObjC/protocol-lookup.m b/test/SemaObjC/protocol-lookup.m index 4f92822..0f1860d 100644 --- a/test/SemaObjC/protocol-lookup.m +++ b/test/SemaObjC/protocol-lookup.m
@@ -39,7 +39,7 @@ return self; } -- (void)dealloc +- dealloc { [_foo release]; [_bar release];