From: John McCall Date: Mon, 8 Nov 2010 19:48:17 +0000 (+0000) Subject: Document Clang's support for attributes on individual enumerators and X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4820908be98f340a4c2a563a622ae693a7219c50;p=clang 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 --- diff --git a/docs/LanguageExtensions.html b/docs/LanguageExtensions.html index f27a570539..c2e217bd6b 100644 --- a/docs/LanguageExtensions.html +++ b/docs/LanguageExtensions.html @@ -23,7 +23,8 @@ td {
  • Include File Checking Macros
  • Builtin Macros
  • Vectors and Extended Vectors
  • -
  • Deprecated and Unavailable attribute with Message
  • +
  • Messages on deprecated and unavailable attributes
  • +
  • Attributes on enumerators
  • Checks for Standard Language Features