]> granicus.if.org Git - clang/commit
Implements gcc's -Wstrict-selector-match.
authorFariborz Jahanian <fjahanian@apple.com>
Mon, 9 Aug 2010 23:27:58 +0000 (23:27 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Mon, 9 Aug 2010 23:27:58 +0000 (23:27 +0000)
commit6b308f6dc7d8f1581c52095f435c0e1284b111d8
treedeb85ed165fd7c2cd9ffc54cc7d3bf9932e20f3d
parente26f0432c20de7034f414809628d10bfd961ca04
Implements gcc's -Wstrict-selector-match.
(radar 8127244).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110622 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticGroups.td
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/Sema.h
lib/Sema/SemaDeclObjC.cpp
lib/Sema/SemaExprObjC.cpp
test/SemaObjC/warn-strict-selector-match.m [new file with mode: 0644]