Skip to content

Commit 88a9bca

Browse files
committed
[clang][NFC] Update cxx_dr_status.html
1 parent 50d55dc commit 88a9bca

File tree

1 file changed

+58
-4
lines changed

1 file changed

+58
-4
lines changed

clang/www/cxx_dr_status.html

Lines changed: 58 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11809,11 +11809,11 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
1180911809
<td>Reference list-initialization ignores conversion functions</td>
1181011810
<td align="center">Not resolved</td>
1181111811
</tr>
11812-
<tr class="open" id="1997">
11812+
<tr id="1997">
1181311813
<td><a href="https://cplusplus.github.io/CWG/issues/1997.html">1997</a></td>
11814-
<td>drafting</td>
11814+
<td>DRWP</td>
1181511815
<td>Placement new and previous initialization</td>
11816-
<td align="center">Not resolved</td>
11816+
<td class="unknown" align="center">Unknown</td>
1181711817
</tr>
1181811818
<tr id="1998">
1181911819
<td><a href="https://cplusplus.github.io/CWG/issues/1998.html">1998</a></td>
@@ -17350,7 +17350,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
1735017350
</tr>
1735117351
<tr class="open" id="2916">
1735217352
<td><a href="https://cplusplus.github.io/CWG/issues/2916.html">2916</a></td>
17353-
<td>tentatively ready</td>
17353+
<td>review</td>
1735417354
<td>Variable template partial specializations should not be declared <TT>static</TT></td>
1735517355
<td align="center">Not resolved</td>
1735617356
</tr>
@@ -17427,6 +17427,60 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
1742717427
<td>open</td>
1742817428
<td>Unclear status of translation unit with <TT>module</TT> keyword</td>
1742917429
<td align="center">Not resolved</td>
17430+
</tr>
17431+
<tr class="open" id="2928">
17432+
<td><a href="https://cplusplus.github.io/CWG/issues/2928.html">2928</a></td>
17433+
<td>open</td>
17434+
<td>No ordering for initializing thread-local variables</td>
17435+
<td align="center">Not resolved</td>
17436+
</tr>
17437+
<tr class="open" id="2929">
17438+
<td><a href="https://cplusplus.github.io/CWG/issues/2929.html">2929</a></td>
17439+
<td>open</td>
17440+
<td>Lifetime of trivially-destructible static or thread-local objects</td>
17441+
<td align="center">Not resolved</td>
17442+
</tr>
17443+
<tr class="open" id="2930">
17444+
<td><a href="https://cplusplus.github.io/CWG/issues/2930.html">2930</a></td>
17445+
<td>open</td>
17446+
<td>Unclear term "copy/move operation" in specification of copy elision</td>
17447+
<td align="center">Not resolved</td>
17448+
</tr>
17449+
<tr class="open" id="2931">
17450+
<td><a href="https://cplusplus.github.io/CWG/issues/2931.html">2931</a></td>
17451+
<td>open</td>
17452+
<td>Restrictions on operator functions that are explicit object member functions</td>
17453+
<td align="center">Not resolved</td>
17454+
</tr>
17455+
<tr class="open" id="2932">
17456+
<td><a href="https://cplusplus.github.io/CWG/issues/2932.html">2932</a></td>
17457+
<td>open</td>
17458+
<td>Value range of empty enumeration</td>
17459+
<td align="center">Not resolved</td>
17460+
</tr>
17461+
<tr class="open" id="2933">
17462+
<td><a href="https://cplusplus.github.io/CWG/issues/2933.html">2933</a></td>
17463+
<td>open</td>
17464+
<td>Dangling references</td>
17465+
<td align="center">Not resolved</td>
17466+
</tr>
17467+
<tr class="open" id="2934">
17468+
<td><a href="https://cplusplus.github.io/CWG/issues/2934.html">2934</a></td>
17469+
<td>open</td>
17470+
<td>Unclear semantics of exception escaping from <TT>unhandled_exception</TT></td>
17471+
<td align="center">Not resolved</td>
17472+
</tr>
17473+
<tr class="open" id="2935">
17474+
<td><a href="https://cplusplus.github.io/CWG/issues/2935.html">2935</a></td>
17475+
<td>open</td>
17476+
<td>Destroying the coroutine state when initial-await-resume-called is false</td>
17477+
<td align="center">Not resolved</td>
17478+
</tr>
17479+
<tr class="open" id="2936">
17480+
<td><a href="https://cplusplus.github.io/CWG/issues/2936.html">2936</a></td>
17481+
<td>open</td>
17482+
<td>Local classes of templated functions should be part of the current instantiation</td>
17483+
<td align="center">Not resolved</td>
1743017484
</tr></table>
1743117485

1743217486
</div>

0 commit comments

Comments
 (0)