]> granicus.if.org Git - clang/commit
ObjectiveC. Remove warning on mismatched methods
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 10 Jan 2014 19:27:21 +0000 (19:27 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 10 Jan 2014 19:27:21 +0000 (19:27 +0000)
commit33ab4d05a0f75b13d8c5d3a0e80ad9115716cae1
tree9ceecbacbd9396602b942287783099c1b286023f
parent7acc8e1dcd61cf4ed041040aff5d6513c705cb66
ObjectiveC. Remove warning on mismatched methods
which may belong to unrelated classes. It was
primarily intended for miuse of @selector expression.
But warning is too noisy and will be issued when
an actual @selector is used. // rdar://15740134

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@198952 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Sema/Sema.h
lib/Sema/SemaDeclObjC.cpp
test/SemaObjC/selector-3.m