]> granicus.if.org Git - clang/commit
ObjectiveC: Don't warn when method implemented in
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 5 Dec 2013 20:52:31 +0000 (20:52 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 5 Dec 2013 20:52:31 +0000 (20:52 +0000)
commitde329d141bcca35ba6b3feecf2453ad1b450a525
treedaef5f9b0b6f5402b1da2e13b604eb87fa617e0b
parent0086f5b79b56ebf3d0b357a6f69b22bab279d572
ObjectiveC: Don't warn when method implemented in
category is declared in category's primary
class's super class. Because the super class is
expected to implemented the method. // rdar://15580969

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