From fd405efea156302c4b9d8e26e9cd3eddef5bf9b0 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Wed, 23 Feb 2011 00:41:16 +0000 Subject: [PATCH] Update the www to indicate that auto is now implemented. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126280 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LanguageExtensions.html | 3 +-- www/cxx_status.html | 8 ++++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/LanguageExtensions.html b/docs/LanguageExtensions.html index 8f412c6365..b0de13a91e 100644 --- a/docs/LanguageExtensions.html +++ b/docs/LanguageExtensions.html @@ -419,8 +419,7 @@ compile-time assertions using static_assert is enabled.

Use __has_feature(cxx_auto_type) to determine C++0x type inference is supported using the auto specifier. If this is disabled, -auto will instead be a storage class specifier, as in C or C++98. -Clang does not currently implement this feature.

+auto will instead be a storage class specifier, as in C or C++98.

C++0x variadic templates

diff --git a/www/cxx_status.html b/www/cxx_status.html index e3d83220ed..1074242c68 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -216,10 +216,10 @@ welcome!

auto type deduction - - - - + + + + 7.1.6.2, 7.1.6.4 N1984 -- 2.50.1