[cfe-commits] r126280 - in /cfe/trunk: docs/LanguageExtensions.html www/cxx_status.html

Richard Smith richard-llvm at metafoo.co.uk
Tue Feb 22 16:41:16 PST 2011


Author: rsmith
Date: Tue Feb 22 18:41:16 2011
New Revision: 126280

URL: http://llvm.org/viewvc/llvm-project?rev=126280&view=rev
Log:
Update the www to indicate that auto is now implemented.

Modified:
    cfe/trunk/docs/LanguageExtensions.html
    cfe/trunk/www/cxx_status.html

Modified: cfe/trunk/docs/LanguageExtensions.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LanguageExtensions.html?rev=126280&r1=126279&r2=126280&view=diff
==============================================================================
--- cfe/trunk/docs/LanguageExtensions.html (original)
+++ cfe/trunk/docs/LanguageExtensions.html Tue Feb 22 18:41:16 2011
@@ -419,8 +419,7 @@
 
 <p>Use <tt>__has_feature(cxx_auto_type)</tt> to determine C++0x type inference
 is supported using the <tt>auto</tt> specifier. If this is disabled,
-<tt>auto</tt> will instead be a storage class specifier, as in C or C++98.
-Clang does not currently implement this feature.</p>
+<tt>auto</tt> will instead be a storage class specifier, as in C or C++98.</p>
 
 <h3 id="cxx_variadic_templates">C++0x variadic templates</h3>
 

Modified: cfe/trunk/www/cxx_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=126280&r1=126279&r2=126280&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Tue Feb 22 18:41:16 2011
@@ -216,10 +216,10 @@
 </tr>
 <tr>
   <td>auto type deduction</td>
-  <td></td>
-  <td></td>
-  <td></td>
-  <td></td>
+  <td class="complete" align="center"></td>
+  <td class="complete" align="center"></td>
+  <td class="complete" align="center"></td>
+  <td class="complete" align="center"></td>
   <td>7.1.6.2, 7.1.6.4</td>
   <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1984.pdf">N1984</a></td>
 </tr>





More information about the cfe-commits mailing list