r175882 - C++11 status page:

Richard Smith richard-llvm at metafoo.co.uk
Fri Feb 22 01:31:00 PST 2013


Author: rsmith
Date: Fri Feb 22 03:31:00 2013
New Revision: 175882

URL: http://llvm.org/viewvc/llvm-project?rev=175882&view=rev
Log:
C++11 status page:
 * Mark attributes as done in SVN.
 * Downgrade alignment support from 'Clang 3.0' to 'SVN', now that we actually implement the rules.
 * Upgrade 'Dynamic initialization with concurrency' from 'No' to 'Clang 2.9' -- all that is required here is the ABI-mandated locking for the initialization of static locals.

Modified:
    cfe/trunk/www/cxx_status.html

Modified: cfe/trunk/www/cxx_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=175882&r1=175881&r2=175882&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Fri Feb 22 03:31:00 2013
@@ -171,7 +171,7 @@ releases prior to version 3.2 in C++11 m
     <tr>
       <td>Generalized attributes</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2761.pdf">N2761</a></td>
-      <td class="none" align="center">No</td>
+      <td class="svn" align="center">SVN</td>
     </tr>
     <tr>
       <td>Generalized constant expressions</td>
@@ -181,7 +181,7 @@ releases prior to version 3.2 in C++11 m
     <tr>
       <td>Alignment support</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2341.pdf">N2341</a></td>
-      <td class="full" align="center">Clang 3.0</td>
+      <td class="svn" align="center">SVN</td>
     </tr>
     <!-- Skipped N1627: Conditionally-support behavior -->
     <!-- Skipped N1727: Changing Undefined Behavior into Diagnosable Errors -->
@@ -351,7 +351,7 @@ releases prior to version 3.2 in C++11 m
     <tr>
       <td>Dynamic initialization and destruction with concurrency</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2660.htm">N2660</a></td>
-      <td class="none" align="center">No</td>
+      <td class="full" align="center">Clang 2.9</td>
     </tr>
 
     <tr class="separator">





More information about the cfe-commits mailing list