[Clang] Fix status of P0960
authorCorentin Jabot <corentinjabot@gmail.com>
Mon, 8 May 2023 15:24:42 +0000 (17:24 +0200)
committerCorentin Jabot <corentinjabot@gmail.com>
Sat, 3 Jun 2023 15:03:42 +0000 (17:03 +0200)
P0960R3 and P1975R0 were marked not implemented because
of #61145,

This issue has been fixed and backported to LLVM 16,
the status page should reflect that.

Reviewed By: #clang-language-wg, ayzhao, erichkeane

Differential Revision: https://reviews.llvm.org/D150122

clang/www/cxx_status.html

index 91706be..26b4e55 100755 (executable)
@@ -686,7 +686,7 @@ C++23, informally referred to as C++26.</p>
     <tr>
       <td rowspan="2">Parenthesized initialization of aggregates</td>
       <td><a href="https://wg21.link/p0960r3">P0960R3</a></td>
-      <td rowspan="2" class="none" align="center">No</td>
+      <td rowspan="2" class="full" align="center">Clang 16</td>
     </tr>
       <tr> <!-- from Belfast -->
         <td><a href="https://wg21.link/p1975r0">P1975R0</a></td>