]> granicus.if.org Git - clang/commit
Add message to attribute(deprecated).
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 6 Oct 2010 21:18:44 +0000 (21:18 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 6 Oct 2010 21:18:44 +0000 (21:18 +0000)
commitc4b35cfdb977f6427fe0d5725bf104e1b425d72e
treeaaf25a5711f3e07df94084c6934767075fe0a235
parent37cf66350cb5a2bb68b0b7c7cca552f7a4867348
Add message to attribute(deprecated).
attribute(unavailable) to do next.
// rdar:// 6734520.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115842 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Attr.td
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Sema/DelayedDiagnostic.h
include/clang/Sema/Sema.h
lib/Sema/SemaDeclAttr.cpp
lib/Sema/SemaDeclObjC.cpp
lib/Sema/SemaExpr.cpp
test/Sema/attr-deprecated-message.c [new file with mode: 0644]