]> granicus.if.org Git - clang/commit
Objective-C [diagnostics] [QOI], when method is not
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 14 May 2013 23:24:17 +0000 (23:24 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 14 May 2013 23:24:17 +0000 (23:24 +0000)
commit9f00b1d3962147a2fe049b8b45f70680bc12fbc1
treeb69b0fffb37e3d242e9a8c70d671926fd45d101f
parent86a87308f11e7ee7c71ff608aec0cde11aa7df58
Objective-C [diagnostics] [QOI], when method is not
found for a receiver, note where receiver class
is declaraed (this is most common when receiver is a forward
class). // rdar://3258331

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181847 91177308-0d34-0410-b5e6-96231b3b80d8
17 files changed:
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaExprObjC.cpp
test/Analysis/inlining/DynDispatchBifurcate.m
test/Analysis/rdar-6540084.m
test/Modules/objc-categories.m
test/PCH/chain-categories2.m
test/SemaObjC/call-super-2.m
test/SemaObjC/compare-qualified-id.m
test/SemaObjC/conditional-expr.m
test/SemaObjC/error-outof-scope-property-use.m
test/SemaObjC/instancetype.m
test/SemaObjC/message.m
test/SemaObjC/method-not-defined.m
test/SemaObjC/missing-atend-metadata.m
test/SemaObjC/property-5.m
test/SemaObjC/protocol-id-test-1.m
test/SemaObjCXX/instancetype.mm