]> granicus.if.org Git - clang/commit
Objective-C. Issue diagnostics on mismatched methods when their selector is used
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 12 Mar 2014 18:34:01 +0000 (18:34 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 12 Mar 2014 18:34:01 +0000 (18:34 +0000)
commit258ede62c01a3701fa0d4b23ac02306eef795abf
treecb4b9b7e48629396abc9cb1eb478ea905f1f617a
parent8d9453a1b6d4d592315cd2e7b8084de4cbdf7ed5
Objective-C. Issue diagnostics on mismatched methods when their selector is used
in an @selector expression. // rdar://15794055

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