Skip to content

Commit

Permalink
Update C++ status page to match motions from Kona.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@252214 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
zygoloid committed Nov 5, 2015
1 parent d4e00ed commit f913c31
Showing 1 changed file with 46 additions and 6 deletions.
52 changes: 46 additions & 6 deletions www/cxx_status.html
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,27 @@ <h2 id="cxx17">C++1z implementation status</h2>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4268.html">N4268</a></td>
<td class="svn" align="center">Clang 3.6</td>
</tr>
<!-- Kona papers -->
<tr>
<td>Remove deprecated <tt>register</tt> storage class</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/p0001r1.html">P0001R1</a></td>
<td class="no" align="center">No</td>
</tr>
<tr>
<td>Remove deprecated <tt>bool</tt> increment</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/p0002r1.html">P0002R1</a></td>
<td class="no" align="center">No</td>
</tr>
<tr>
<td>Make exception specifications part of the type system</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/p0012r1.html">P0012R1</a></td>
<td class="svn" align="center">Clang 3.6</td>
</tr>
<tr>
<td><tt>__has_include</tt></td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/p0061.html">P0061R1</a></td>
<td class="full" align="center">Yes</td>
</tr>
</table>

<h2 id="ts">Technical specifications and standing documents</h2>
Expand Down Expand Up @@ -619,19 +640,38 @@ <h2 id="ts">Technical specifications and standing documents</h2>
Clang 3.6 (<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4200">N4200</a>)</a>
</td>
</tr>
<!-- FIXME: Implement latest recommendations.
<tr>
<td class="svn" align="center">
SVN (<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/p0096r0">P0096R0</a>)</a>
</td>
</tr>
-->
<!-- No compiler support is known to be needed for:
* Concurrency TS
* Parallelism TS
* Ranges TS
* Networking TS
* File System TS
-->
<tr>
<td>[TS] Concepts</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/p0121r0.pdf">P0121R0</a></td>
<td class="none" align="center">No</td>
</tr>
<tr>
<td>[DRAFT TS] Array extensions (arrays of runtime bound)</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3820.html">N3820</a></td>
<td>[TS] Library Fundamentals, Version 1 (invocation type traits)</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4335.html">N4335</a></td>
<td class="none" align="center">No</td>
</tr>
<tr>
<td>[DRAFT TS] Library fundamentals (invocation type traits)</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3908.html">N3908</a></td>
<td>[DRAFT TS] Library Fundamentals, Version 2 (<tt>source_location</tt>)</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4529.html">N4529</a></td>
<td class="none" align="center">No</td>
</tr>
<tr>
<td>[DRAFT TS] Concepts</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4377.pdf">N4377</a></td>
<td>[TS] Transactional Memory</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4302.pdf">N4302</a></td>
<td class="none" align="center">No</td>
</tr>
</table>
Expand Down

0 comments on commit f913c31

Please sign in to comment.