From: Douglas Gregor Date: Mon, 29 Aug 2011 17:28:38 +0000 (+0000) Subject: Add and document __has_feature values for the remaining C++0x X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ece3894a9fe3ce3d282e63c349d84c0923143fe2;p=clang Add and document __has_feature values for the remaining C++0x features, so clients can check for the availability of these features even before we get around to implementing them. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138741 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LanguageExtensions.html b/docs/LanguageExtensions.html index 5003d9cad8..b621eab311 100644 --- a/docs/LanguageExtensions.html +++ b/docs/LanguageExtensions.html @@ -38,28 +38,37 @@
  • C1X