]> granicus.if.org Git - clang/commit
Change 'method X in protocol not implemented' warning to include the name of the...
authorTed Kremenek <kremenek@apple.com>
Fri, 13 Dec 2013 05:58:51 +0000 (05:58 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 13 Dec 2013 05:58:51 +0000 (05:58 +0000)
commit7171f14eaef72a6e3ef465ee4cec276a1a7125cc
tree015581573e4bfec034d6fe9fdd8e991757cb4b8f
parent9758c053551a2416bb221be282ece3b4170b8a15
Change 'method X in protocol not implemented' warning to include the name of the protocol.

This removes an extra "note:", which wasn't really all that more useful
and overall reduces the diagnostic spew for this case.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197207 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaDeclObjC.cpp
test/Analysis/method-arg-decay.m
test/SemaObjC/category-1.m
test/SemaObjC/compare-qualified-id.m
test/SemaObjC/forward-protocol-incomplete-impl-warn.m
test/SemaObjC/method-undef-category-warn-1.m
test/SemaObjC/method-undef-extension-warn-1.m
test/SemaObjC/protocols-suppress-conformance.m
test/SemaObjC/undef-protocol-methods-1.m