]> granicus.if.org Git - clang/commit
After numerous requests, have Objective-C 'method declared here' notes mention the...
authorTed Kremenek <kremenek@apple.com>
Mon, 27 Feb 2012 22:55:11 +0000 (22:55 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 27 Feb 2012 22:55:11 +0000 (22:55 +0000)
commit3306ec1923973d7b5767b23ba95915af2fec87d7
tree99cb9e6c7fe53f800ace11be098d4caf52b74490
parentadfb535905a7ca4226d06a29ebc665085503afd5
After numerous requests, have Objective-C 'method declared here' notes mention the actual method.  This looks better within an IDE, where text isn't always regurgitated in the presentation of a warning.  Fixes radar 10914035.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151579 91177308-0d34-0410-b5e6-96231b3b80d8
17 files changed:
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaDeclObjC.cpp
lib/Sema/SemaExprObjC.cpp
test/Analysis/method-arg-decay.m
test/SemaObjC/arc-peformselector.m
test/SemaObjC/arc.m
test/SemaObjC/category-1.m
test/SemaObjC/class-message-protocol-lookup.m
test/SemaObjC/compare-qualified-id.m
test/SemaObjC/incomplete-implementation.m
test/SemaObjC/method-attributes.m
test/SemaObjC/method-undef-category-warn-1.m
test/SemaObjC/method-undef-extension-warn-1.m
test/SemaObjC/protocol-implementing-class-methods.m
test/SemaObjC/related-result-type-inference.m
test/SemaObjC/undef-protocol-methods-1.m
test/SemaObjC/warn-deprecated-implementations.m