Skip to content

Commit 5159911

Browse files
committed
[clang][NFC] Update C++ DR status page
1 parent 4fe2ad4 commit 5159911

File tree

1 file changed

+39
-3
lines changed

1 file changed

+39
-3
lines changed

clang/www/cxx_dr_status.html

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12529,11 +12529,11 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
1252912529
<td>Direct or copy initialization for omitted aggregate initializers</td>
1253012530
<td class="unknown" align="center">Unknown</td>
1253112531
</tr>
12532-
<tr class="open" id="2117">
12532+
<tr id="2117">
1253312533
<td><a href="https://cplusplus.github.io/CWG/issues/2117.html">2117</a></td>
12534-
<td>open</td>
12534+
<td>NAD</td>
1253512535
<td>Explicit specializations and <TT>constexpr</TT> function templates</td>
12536-
<td align="center">Not resolved</td>
12536+
<td class="unknown" align="center">Unknown</td>
1253712537
</tr>
1253812538
<tr class="open" id="2118">
1253912539
<td><a href="https://cplusplus.github.io/CWG/issues/2118.html">2118</a></td>
@@ -17909,6 +17909,42 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
1790917909
<td>open</td>
1791017910
<td>Missing Annex C entry for <TT>void</TT> object declarations</td>
1791117911
<td align="center">Not resolved</td>
17912+
</tr>
17913+
<tr class="open" id="3009">
17914+
<td><a href="https://cplusplus.github.io/CWG/issues/3009.html">3009</a></td>
17915+
<td>open</td>
17916+
<td>Unclear rules for constant initialization</td>
17917+
<td align="center">Not resolved</td>
17918+
</tr>
17919+
<tr class="open" id="3010">
17920+
<td><a href="https://cplusplus.github.io/CWG/issues/3010.html">3010</a></td>
17921+
<td>open</td>
17922+
<td>constexpr placement-new should require transparent replaceability</td>
17923+
<td align="center">Not resolved</td>
17924+
</tr>
17925+
<tr class="open" id="3011">
17926+
<td><a href="https://cplusplus.github.io/CWG/issues/3011.html">3011</a></td>
17927+
<td>open</td>
17928+
<td>Parenthesized aggregate initialization for <I>new-expression</I>s</td>
17929+
<td align="center">Not resolved</td>
17930+
</tr>
17931+
<tr class="open" id="3012">
17932+
<td><a href="https://cplusplus.github.io/CWG/issues/3012.html">3012</a></td>
17933+
<td>open</td>
17934+
<td>Deviating <TT>constexpr</TT> or <TT>consteval</TT> across translation units</td>
17935+
<td align="center">Not resolved</td>
17936+
</tr>
17937+
<tr class="open" id="3013">
17938+
<td><a href="https://cplusplus.github.io/CWG/issues/3013.html">3013</a></td>
17939+
<td>open</td>
17940+
<td>Disallowing macros for <TT>#embed</TT> parameters</td>
17941+
<td align="center">Not resolved</td>
17942+
</tr>
17943+
<tr class="open" id="3014">
17944+
<td><a href="https://cplusplus.github.io/CWG/issues/3014.html">3014</a></td>
17945+
<td>open</td>
17946+
<td>Comma-delimited vs. comma-separated output for <TT>#embed</TT></td>
17947+
<td align="center">Not resolved</td>
1791217948
</tr></table>
1791317949

1791417950
</div>

0 commit comments

Comments
 (0)