r173771 - C++11 status:

Richard Smith richard-llvm at metafoo.co.uk
Mon Jan 28 20:55:18 PST 2013


Author: rsmith
Date: Mon Jan 28 22:55:18 2013
New Revision: 173771

URL: http://llvm.org/viewvc/llvm-project?rev=173771&view=rev
Log:
C++11 status:
 * Mark 'sequence points' as done now we have a warning for unsequenced operations
 * Mark 'memory model' as done now we correctly model bitfield operations

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=173771&r1=173770&r2=173771&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Mon Jan 28 22:55:18 2013
@@ -300,7 +300,7 @@ releases prior to version 3.2 in C++11 m
     <tr>
       <td>Sequence points</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2239.html">N2239</a></td>
-      <td class="none" align="center">No</td>
+      <td class="svn" align="center">SVN</td>
     </tr>
     <tr>
       <td>Atomic operations</td>
@@ -321,7 +321,7 @@ releases prior to version 3.2 in C++11 m
     <tr>
       <td>Memory model</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2429.htm">N2429</a></td>
-      <td class="none" align="center">No</td>
+      <td class="full" align="center">Clang 3.2</td>
     </tr>
     <tr>
       <td>Data-dependency ordering: atomics and memory model</td>





More information about the cfe-commits mailing list