[clang] [clang] Update C++ DR page (PR #106299)
Richard Smith via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 27 15:28:30 PDT 2024
================
@@ -17292,43 +17292,43 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="2913">
<td><a href="https://cplusplus.github.io/CWG/issues/2913.html">2913</a></td>
- <td>open</td>
+ <td>tentatively ready</td>
<td>Grammar for <I>deduction-guide</I> has <I>requires-clause</I> in the wrong position</td>
<td align="center">Not resolved</td>
</tr>
<tr class="open" id="2914">
<td><a href="https://cplusplus.github.io/CWG/issues/2914.html">2914</a></td>
- <td>open</td>
+ <td>review</td>
<td>Unclear order of initialization of static and thread-local variables</td>
<td align="center">Not resolved</td>
</tr>
<tr class="open" id="2915">
<td><a href="https://cplusplus.github.io/CWG/issues/2915.html">2915</a></td>
- <td>open</td>
+ <td>tentatively ready</td>
<td>Explicit object parameters of type <TT>void</TT></td>
<td align="center">Not resolved</td>
</tr>
<tr class="open" id="2916">
<td><a href="https://cplusplus.github.io/CWG/issues/2916.html">2916</a></td>
- <td>open</td>
+ <td>tentatively ready</td>
<td>Variable template partial specializations should not be declared <TT>static</TT></td>
<td align="center">Not resolved</td>
</tr>
<tr class="open" id="2917">
<td><a href="https://cplusplus.github.io/CWG/issues/2917.html">2917</a></td>
- <td>open</td>
+ <td>review</td>
<td>Disallow multiple <I>friend-type-specifier</I>s for a friend template</td>
<td title="Clang 20 implements 2024-07-30 resolution" align="center">Not Resolved*</td>
----------------
zygoloid wrote:
Noticed in passing: this is "Not Resolved*" (capital "R") whereas all the other ones are "Not resolved" (lowercase "r").
https://github.com/llvm/llvm-project/pull/106299
More information about the cfe-commits
mailing list