]> granicus.if.org Git - clang/commit
Warn when message is sent to receiver of
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 21 Dec 2010 00:44:01 +0000 (00:44 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 21 Dec 2010 00:44:01 +0000 (00:44 +0000)
commit8e5fc9be37c6828ad008f22730e3baac1bef1686
treece5d1beabb36370e5dcbecc2cc6a345162aafd49
parenta04426c5416f22df1078f6b31c1619de73c40b59
Warn when message is sent to receiver of
unknown type and there is a possibility that
at runtime method is resolved to a deprecated or
unavailable method.  Addreses // rdar://8769853

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122294 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Sema/Sema.h
lib/Sema/SemaDeclAttr.cpp
lib/Sema/SemaDeclObjC.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprObjC.cpp
test/SemaObjC/special-dep-unavail-warning.m [new file with mode: 0644]