From: Douglas Gregor Date: Thu, 3 Feb 2011 21:57:35 +0000 (+0000) Subject: Add __has_feature() for each of the type traits X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=afdf137c50f7f96ef865cf007f660dd663a8731f;p=clang Add __has_feature() for each of the type traits git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124820 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LanguageExtensions.html b/docs/LanguageExtensions.html index 30c85ffcbd..8b6b96f6f2 100644 --- a/docs/LanguageExtensions.html +++ b/docs/LanguageExtensions.html @@ -46,13 +46,14 @@ td {
  • C++0x strongly-typed enumerations
  • C++0x trailing return type
  • +
  • Checks for Type Traits
  • Blocks
  • Function Overloading in C
  • Builtin Functions +
  • Target-Specific Extensions