Skip to content

Commit c26a993

Browse files
committed
[clang][NFC] Update CWG issues list
1 parent df9167b commit c26a993

File tree

1 file changed

+39
-9
lines changed

1 file changed

+39
-9
lines changed

clang/www/cxx_dr_status.html

Lines changed: 39 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12670,7 +12670,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
1267012670
</tr>
1267112671
<tr class="open" id="2144">
1267212672
<td><a href="https://cplusplus.github.io/CWG/issues/2144.html">2144</a></td>
12673-
<td>drafting</td>
12673+
<td>tentatively ready</td>
1267412674
<td>Function/variable declaration ambiguity</td>
1267512675
<td align="center">Not resolved</td>
1267612676
</tr>
@@ -17081,7 +17081,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
1708117081
</tr>
1708217082
<tr class="open" id="2879">
1708317083
<td><a href="https://cplusplus.github.io/CWG/issues/2879.html">2879</a></td>
17084-
<td>open</td>
17084+
<td>drafting</td>
1708517085
<td>Undesired outcomes with <TT>const_cast</TT></td>
1708617086
<td align="center">Not resolved</td>
1708717087
</tr>
@@ -17099,13 +17099,13 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
1709917099
</tr>
1710017100
<tr class="open" id="2882">
1710117101
<td><a href="https://cplusplus.github.io/CWG/issues/2882.html">2882</a></td>
17102-
<td>open</td>
17102+
<td>tentatively ready</td>
1710317103
<td>Unclear treatment of conversion to <TT>void</TT></td>
1710417104
<td align="center">Not resolved</td>
1710517105
</tr>
1710617106
<tr class="open" id="2883">
1710717107
<td><a href="https://cplusplus.github.io/CWG/issues/2883.html">2883</a></td>
17108-
<td>open</td>
17108+
<td>tentatively ready</td>
1710917109
<td>Definition of "odr-usable" ignores lambda scopes</td>
1711017110
<td align="center">Not resolved</td>
1711117111
</tr>
@@ -17117,25 +17117,25 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
1711717117
</tr>
1711817118
<tr class="open" id="2885">
1711917119
<td><a href="https://cplusplus.github.io/CWG/issues/2885.html">2885</a></td>
17120-
<td>review</td>
17120+
<td>tentatively ready</td>
1712117121
<td>Non-eligible trivial default constructors</td>
1712217122
<td align="center">Not resolved</td>
1712317123
</tr>
1712417124
<tr class="open" id="2886">
1712517125
<td><a href="https://cplusplus.github.io/CWG/issues/2886.html">2886</a></td>
17126-
<td>open</td>
17126+
<td>tentatively ready</td>
1712717127
<td>Temporaries and trivial potentially-throwing special member functions</td>
1712817128
<td align="center">Not resolved</td>
1712917129
</tr>
1713017130
<tr class="open" id="2887">
1713117131
<td><a href="https://cplusplus.github.io/CWG/issues/2887.html">2887</a></td>
17132-
<td>open</td>
17132+
<td>tentatively ready</td>
1713317133
<td>Missing compatibility entries for xvalues</td>
1713417134
<td align="center">Not resolved</td>
1713517135
</tr>
1713617136
<tr class="open" id="2888">
1713717137
<td><a href="https://cplusplus.github.io/CWG/issues/2888.html">2888</a></td>
17138-
<td>open</td>
17138+
<td>review</td>
1713917139
<td>Missing cases for reference and array types for argument-dependent lookup</td>
1714017140
<td align="center">Not resolved</td>
1714117141
</tr>
@@ -17153,9 +17153,39 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
1715317153
</tr>
1715417154
<tr class="open" id="2891">
1715517155
<td><a href="https://cplusplus.github.io/CWG/issues/2891.html">2891</a></td>
17156-
<td>review</td>
17156+
<td>tentatively ready</td>
1715717157
<td>Normative status of implementation limits</td>
1715817158
<td align="center">Not resolved</td>
17159+
</tr>
17160+
<tr class="open" id="2892">
17161+
<td><a href="https://cplusplus.github.io/CWG/issues/2892.html">2892</a></td>
17162+
<td>tentatively ready</td>
17163+
<td>Unclear usual arithmetic conversions</td>
17164+
<td align="center">Not resolved</td>
17165+
</tr>
17166+
<tr class="open" id="2893">
17167+
<td><a href="https://cplusplus.github.io/CWG/issues/2893.html">2893</a></td>
17168+
<td>open</td>
17169+
<td>Instantiations in discarded <TT>if constexpr</TT> substatements</td>
17170+
<td align="center">Not resolved</td>
17171+
</tr>
17172+
<tr class="open" id="2894">
17173+
<td><a href="https://cplusplus.github.io/CWG/issues/2894.html">2894</a></td>
17174+
<td>open</td>
17175+
<td>Functional casts create prvalues of reference type</td>
17176+
<td align="center">Not resolved</td>
17177+
</tr>
17178+
<tr class="open" id="2895">
17179+
<td><a href="https://cplusplus.github.io/CWG/issues/2895.html">2895</a></td>
17180+
<td>open</td>
17181+
<td>Initialization should ignore the destination type's cv-qualification</td>
17182+
<td align="center">Not resolved</td>
17183+
</tr>
17184+
<tr class="open" id="2896">
17185+
<td><a href="https://cplusplus.github.io/CWG/issues/2896.html">2896</a></td>
17186+
<td>open</td>
17187+
<td>Template argument deduction involving exception specifications</td>
17188+
<td align="center">Not resolved</td>
1715917189
</tr></table>
1716017190

1716117191
</div>

0 commit comments

Comments
 (0)