Skip to content

Commit 6fab3f2

Browse files
authored
[NFC][Clang] Update P2718R0 implementation status to partial supported (#90577)
Once #85613 fixed, we can mark this feature fully supported. Signed-off-by: yronglin <[email protected]>
1 parent af5d41e commit 6fab3f2

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

clang/www/cxx_status.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ <h2 id="cxx26">C++2c implementation status</h2>
167167
<tr>
168168
<td>Disallow Binding a Returned Glvalue to a Temporary</td>
169169
<td><a href="https://wg21.link/P2748R5">P2748R5</a></td>
170-
<td class="full" align="center">Clang 19</td>
170+
<td class="unreleased" align="center">Clang 19</td>
171171
</tr>
172172
<tr>
173173
<td>Clarifying rules for brace elision in aggregate initialization</td>
@@ -462,7 +462,14 @@ <h2 id="cxx23">C++23 implementation status</h2>
462462
<tr>
463463
<td>Lifetime extension in range-based for loops</td>
464464
<td><a href="https://wg21.link/P2718R0">P2718R0</a></td>
465-
<td class="unreleased" align="center">Clang 19</td>
465+
<td class="partial" align="center">
466+
<details>
467+
<summary>Clang 19 (Partial)</summary>
468+
The lifetime extension of temporaries bound to member references
469+
by default member initializers in aggregate initialization was
470+
not supported now.
471+
</details>
472+
</td>
466473
</tr>
467474
<!--Issaquah 2023 papers-->
468475
<tr>

0 commit comments

Comments
 (0)