Objective-C: check that when a category method is being implemented,
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 23 Oct 2012 23:06:22 +0000 (23:06 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 23 Oct 2012 23:06:22 +0000 (23:06 +0000)
commit6f5309cf504202792d1d19c16c09f7fd88205065
tree9241d4bf98917f070cbe49bc0b4f7d769e1562dd
parent8e95113597aa79c9aa228ec2341d7668b2c004fc
Objective-C: check that when a category method is being implemented,
method type in cateogry matches the implementation.
// rdar://12519216

llvm-svn: 166518
clang/lib/Sema/SemaDeclObjC.cpp
clang/test/SemaObjC/method-typecheck-1.m