]> granicus.if.org Git - clang/commit
Objective-C. Fixes a bogus warning on unimplemented
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 26 Mar 2014 20:59:26 +0000 (20:59 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 26 Mar 2014 20:59:26 +0000 (20:59 +0000)
commit269d38e036293631be8cf6005528b544cbbf0ef9
treeb7f00ec6f158b4ac8cc4d84b63b3b542c668e824
parentb16150ca73644a928dbe987bb2ef7bf37dfc5677
Objective-C. Fixes a bogus warning on unimplemented
selectors because we were not going through entire
elements in list of all implemented selectors.
// rdar://16428638

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