mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-04 00:06:50 +00:00
[cxx_status] Prepare features list for WG21 motions.
llvm-svn: 286660
This commit is contained in:
parent
1960bcd710
commit
5a20d7eebe
@ -536,7 +536,7 @@ as the draft C++1z standard evolves.
|
|||||||
<th>C++1z Proposal</th>
|
<th>C++1z Proposal</th>
|
||||||
<th>Available in Clang?</th>
|
<th>Available in Clang?</th>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- Issaquah papers -->
|
<!-- Issaquah 2014 papers -->
|
||||||
<tr>
|
<tr>
|
||||||
<td><tt>static_assert</tt> with no message</td>
|
<td><tt>static_assert</tt> with no message</td>
|
||||||
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3928.pdf">N3928</a></td>
|
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3928.pdf">N3928</a></td>
|
||||||
@ -731,6 +731,29 @@ as the draft C++1z standard evolves.
|
|||||||
<td><a href="http://wg21.link/p0305r1">P0305R1</a></td>
|
<td><a href="http://wg21.link/p0305r1">P0305R1</a></td>
|
||||||
<td class="full" align="center">Clang 3.9</td>
|
<td class="full" align="center">Clang 3.9</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<!-- Issaquah 2016 papers -->
|
||||||
|
<!--
|
||||||
|
<tr>
|
||||||
|
<td>Matching template template parameters to compatible arguments</td>
|
||||||
|
<td><a href="http://wg21.link/p0522r0">P0522R0</a></td>
|
||||||
|
<td class="none" align="center">No (note: DR)</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Removing deprecated dynamic exception specifications</td>
|
||||||
|
<td><a href="http://wg21.link/p0003r5">P0003R5</a></td>
|
||||||
|
<td class="none" align="center">No</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Pack expansions in <em>using-declarations</em></td>
|
||||||
|
<td><a href="http://wg21.link/p0195r2">P0195R2</a></td>
|
||||||
|
<td class="none" align="center">No</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>A <tt>byte</tt> type definition</td>
|
||||||
|
<td><a href="http://wg21.link/p0298r2">P0298R2</a></td>
|
||||||
|
<td class="none" align="center">No</td>
|
||||||
|
</tr>
|
||||||
|
-->
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@ -815,7 +838,7 @@ and library features that are not part of standard C++.</p>
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>[DRAFT TS] Coroutines</td>
|
<td>[DRAFT TS] Coroutines</td>
|
||||||
<td><a href="http://wg21.link/p0057r5">P0057R5</a></td>
|
<td><a href="http://wg21.link/p0057r7">P0057R7</a></td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td class="none" align="center">WIP</td>
|
<td class="none" align="center">WIP</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user