Skip to content
Snippets Groups Projects
Commit 52a92509 authored by Richard Smith's avatar Richard Smith
Browse files

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
parent 8f3aacc8
No related branches found
No related tags found
No related merge requests found
...@@ -300,7 +300,7 @@ releases prior to version 3.2 in C++11 mode.</p> ...@@ -300,7 +300,7 @@ releases prior to version 3.2 in C++11 mode.</p>
<tr> <tr>
<td>Sequence points</td> <td>Sequence points</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2239.html">N2239</a></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>
<tr> <tr>
<td>Atomic operations</td> <td>Atomic operations</td>
...@@ -321,7 +321,7 @@ releases prior to version 3.2 in C++11 mode.</p> ...@@ -321,7 +321,7 @@ releases prior to version 3.2 in C++11 mode.</p>
<tr> <tr>
<td>Memory model</td> <td>Memory model</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2429.htm">N2429</a></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>
<tr> <tr>
<td>Data-dependency ordering: atomics and memory model</td> <td>Data-dependency ordering: atomics and memory model</td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment