diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-01-29 04:55:18 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-01-29 04:55:18 +0000 |
commit | 52a92509aa204f64a28e05ffede63312b07ea9ef (patch) | |
tree | 696472b64617d8070a680d062ec25d04f3e3c33b /www/cxx_status.html | |
parent | 8f3aacc8c4849c9e0e7a236954725fffdeb917a6 (diff) |
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
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173771 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/cxx_status.html')
-rw-r--r-- | www/cxx_status.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html index b4821a1fd8..08e6d2ff0f 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -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> |