]> granicus.if.org Git - clang/commit
Document Clang's support for attributes on individual enumerators and
authorJohn McCall <rjmccall@apple.com>
Mon, 8 Nov 2010 19:48:17 +0000 (19:48 +0000)
committerJohn McCall <rjmccall@apple.com>
Mon, 8 Nov 2010 19:48:17 +0000 (19:48 +0000)
commit4820908be98f340a4c2a563a622ae693a7219c50
tree3b9d98bf4c4f26fbe761a0447f9c655ec2b46f4e
parentfe3a7ea7f2132ec5cd0510cc21d2677614a6ab3a
Document Clang's support for attributes on individual enumerators and
tweak the documentation for deprecation-with-message.  Provide __has_feature
tests for both.  rdar://problem/8605692

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@118435 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LanguageExtensions.html
lib/Lex/PPMacroExpansion.cpp
test/Sema/attr-deprecated.c
test/Sema/attr-unavailable-message.c
test/Sema/enum.c