C++11 status:
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 29 Jan 2013 04:55:18 +0000 (04:55 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 29 Jan 2013 04:55:18 +0000 (04:55 +0000)
 * Mark 'sequence points' as done now we have a warning for unsequenced operations
 * Mark 'memory model' as done now we correctly model bitfield operations

llvm-svn: 173771

clang/www/cxx_status.html

index b4821a1..08e6d2f 100644 (file)
@@ -300,7 +300,7 @@ releases prior to version 3.2 in C++11 mode.</p>
     <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 mode.</p>
     <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>