Skip to content

Commit 4f0520f

Browse files
committed
[Clang] Add papers approved in Kona by WG21 to the C++ status page
Approved core issues will be updated separately through an update of the defect report list when a new core issue list is published.
1 parent 7de156d commit 4f0520f

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

clang/www/cxx_status.html

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,7 +1162,7 @@ <h2 id="cxx20">C++20 implementation status</h2>
11621162
<td><a href="https://wg21.link/p1975r0">P1975R0</a></td>
11631163
</tr>
11641164
<tr>
1165-
<td rowspan="10">Modules</td>
1165+
<td rowspan="11">Modules</td>
11661166
<td><a href="https://wg21.link/p1103r3">P1103R3</a></td>
11671167
<td class="full" align="center">Clang 15</td>
11681168
</tr>
@@ -1202,6 +1202,10 @@ <h2 id="cxx20">C++20 implementation status</h2>
12021202
<td><a href="https://wg21.link/p1815r2">P1815R2</a></td>
12031203
<td class="partial" align="center">Partial</td>
12041204
</tr>
1205+
<tr> <!-- from Kona 2022 -->
1206+
<td><a href="https://wg21.link/P2615R1">P2615R1</a></td>
1207+
<td class="none" align="center">No</td>
1208+
</tr>
12051209
<tr>
12061210
<td>Coroutines</td>
12071211
<td><a href="https://wg21.link/p0912r5">P0912R5</a></td>
@@ -1510,7 +1514,27 @@ <h2 id="cxx23">C++2b implementation status</h2>
15101514
<td><a href="https://wg21.link/P2590R2">P2590R2</a></td>
15111515
<td class="none" align="center">No</td>
15121516
</tr>
1513-
1517+
<!-- November 2022 (Kona) papers -->
1518+
<tr>
1519+
<td>static <code>operator[]</code></td>
1520+
<td><a href="https://wg21.link/P2589R1">P2589R1</a></td>
1521+
<td class="none" align="center">No</td>
1522+
</tr>
1523+
<tr>
1524+
<td>Permitting static constexpr variables in constexpr functions (DR)</td>
1525+
<td><a href="https://wg21.link/P2647R1">P2647R1</a></td>
1526+
<td class="none" align="center">No</td>
1527+
</tr>
1528+
<tr>
1529+
<td>consteval needs to propagate up (DR)</td>
1530+
<td><a href="https://wg21.link/P2564R3">P2564R3</a></td>
1531+
<td class="none" align="center">No</td>
1532+
</tr>
1533+
<tr>
1534+
<td>Lifetime extension in range-based for loops</td>
1535+
<td><a href="https://wg21.link/P2718R0">P2718R0</a></td>
1536+
<td class="none" align="center">No</td>
1537+
</tr>
15141538
</table>
15151539
</details>
15161540

0 commit comments

Comments
 (0)