]> granicus.if.org Git - clang/commit
Warn if method for a deprecated method is implemented.
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 15 Feb 2011 00:59:30 +0000 (00:59 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 15 Feb 2011 00:59:30 +0000 (00:59 +0000)
commitb1224f69089815fd66b04ae33215b7fba10780aa
treeddd6b1814d95eab0d0b9192c02ca87ac2d37a474
parentfb018d153cbf12fd2a4a278cbf7614b9a2e2835e
Warn if method for a deprecated method is implemented.
Warn if class for a deprecated class is implemented.
Warn if category for a deprecated class is implemented.
All under control of -Wdeprecated-implementations.
// rdar://8973810.

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