]> granicus.if.org Git - clang/commit
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)
commit6a6bb2810cc8478730002c950f9261f6cb5f6143
tree3dec2fcaad10d9b69d992850221596a8244f6648
parent99eb4a7920667d23a89df8fcc6429d12b36e4d57
Objective-C: check that when a category method is being implemented,
method type in cateogry matches the implementation.
// rdar://12519216

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166518 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclObjC.cpp
test/SemaObjC/method-typecheck-1.m