From: Douglas Gregor Date: Sun, 11 Mar 2012 04:53:21 +0000 (+0000) Subject: Document the availability attribute X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=93a7067302d670ad771ba02ea3ff757dae43c853;p=clang Document the availability attribute git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152531 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LanguageExtensions.html b/docs/LanguageExtensions.html index 997d18489e..bdb04ac1a5 100644 --- a/docs/LanguageExtensions.html +++ b/docs/LanguageExtensions.html @@ -30,6 +30,7 @@
  • Vectors and Extended Vectors
  • Messages on deprecated and unavailable attributes
  • Attributes on enumerators
  • +
  • Availability attribute
  • Checks for Standard Language Features