Skip to content

Commit

Permalink
[Clang] Update the C++ page with papers approved in Tokyo
Browse files Browse the repository at this point in the history
  • Loading branch information
cor3ntin committed Mar 23, 2024
1 parent dc43aa4 commit b723c57
Showing 1 changed file with 41 additions and 1 deletion.
42 changes: 41 additions & 1 deletion clang/www/cxx_status.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,47 @@ <h2 id="cxx26">C++2c implementation status</h2>
<td><a href="https://wg21.link/P2864R2">P2864R2</a></td>
<td class="full" align="center">Clang 18</td>
</tr>

<!-- Winter 2024 papers (Tokyo) -->
<tr>
<td>Disallow Binding a Returned Glvalue to a Temporary</td>
<td><a href="https://wg21.link/P2748R5">P2748R5</a></td>
<td class="none" align="center">No</td>
</tr>
<tr>
<td>Clarifying rules for brace elision in aggregate initialization</td>
<td><a href="https://wg21.link/P3106R1">P3106R1</a> (<a href="#dr">DR</a>)</td>
<td class="none" align="center">No</td>
</tr>
<tr>
<td>Attributes for Structured Bindings</td>
<td><a href="https://wg21.link/P0609R3">P0609R3</a></td>
<td class="none" align="center">No</td>
</tr>
<tr>
<td>Module Declarations Shouldn’t be Macros</td>
<td><a href="https://wg21.link/P3034R1">P3034R1</a> (<a href="#dr">DR</a>)</td>
<td class="none" align="center">No</td>
</tr>
<tr>
<td>Trivial infinite loops are not Undefined Behavior</td>
<td><a href="https://wg21.link/P2809R3">P2809R3</a> (<a href="#dr">DR</a>)</td>
<td class="none" align="center">No</td>
</tr>
<tr>
<td>Erroneous behaviour for uninitialized reads</td>
<td><a href="https://wg21.link/P2795R5">P2795R5</a></td>
<td class="none" align="center">No</td>
</tr>
<tr>
<td><tt>= delete("should have a reason");</tt></td>
<td><a href="https://wg21.link/P2573R2">P2573R2</a></td>
<td class="none" align="center">No</td>
</tr>
<tr>
<td>Variadic friends</td>
<td><a href="https://wg21.link/P2893R3">P2893R3</a></td>
<td class="none" align="center">No</td>
</tr>
</table>
</details>

Expand Down

0 comments on commit b723c57

Please sign in to comment.