@@ -2879,7 +2879,11 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
2879
2879
<td><a href="https://cplusplus.github.io/CWG/issues/472.html">472</a></td>
2880
2880
<td>drafting</td>
2881
2881
<td>Casting across protected inheritance</td>
2882
- <td title="Clang does not implement 2011-04 resolution" align="center">Not Resolved*</td>
2882
+ <td align="center">
2883
+ <details>
2884
+ <summary>Not resolved</summary>
2885
+ Clang does not implement 2011-04 resolution
2886
+ </details></td>
2883
2887
</tr>
2884
2888
<tr id="473">
2885
2889
<td><a href="https://cplusplus.github.io/CWG/issues/473.html">473</a></td>
@@ -7153,7 +7157,11 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
7153
7157
<td><a href="https://cplusplus.github.io/CWG/issues/1223.html">1223</a></td>
7154
7158
<td>drafting</td>
7155
7159
<td>Syntactic disambiguation and <I>trailing-return-type</I>s</td>
7156
- <td title="Clang 17 implements 2023-05-12 resolution" align="center">Not Resolved*</td>
7160
+ <td align="center">
7161
+ <details>
7162
+ <summary>Not resolved</summary>
7163
+ Clang 17 implements 2023-05-12 resolution
7164
+ </details></td>
7157
7165
</tr>
7158
7166
<tr id="1224">
7159
7167
<td><a href="https://cplusplus.github.io/CWG/issues/1224.html">1224</a></td>
@@ -9319,7 +9327,11 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
9319
9327
<td><a href="https://cplusplus.github.io/CWG/issues/1584.html">1584</a></td>
9320
9328
<td>drafting</td>
9321
9329
<td>Deducing function types from cv-qualified types</td>
9322
- <td title="Clang 7 implements 2015-05 resolution" align="center">Not Resolved*</td>
9330
+ <td align="center">
9331
+ <details>
9332
+ <summary>Not resolved</summary>
9333
+ Clang 7 implements 2015-05 resolution
9334
+ </details></td>
9323
9335
</tr>
9324
9336
<tr id="1585">
9325
9337
<td><a href="https://cplusplus.github.io/CWG/issues/1585.html">1585</a></td>
@@ -11155,7 +11167,11 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
11155
11167
<td><a href="https://cplusplus.github.io/CWG/issues/1890.html">1890</a></td>
11156
11168
<td>drafting</td>
11157
11169
<td>Member type depending on definition of member function</td>
11158
- <td title="Clang does not implement 2018-06-04 resolution" align="center">Not Resolved*</td>
11170
+ <td align="center">
11171
+ <details>
11172
+ <summary>Not resolved</summary>
11173
+ Clang does not implement 2018-06-04 resolution
11174
+ </details></td>
11159
11175
</tr>
11160
11176
<tr id="1891">
11161
11177
<td><a href="https://cplusplus.github.io/CWG/issues/1891.html">1891</a></td>
@@ -13825,7 +13841,11 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
13825
13841
<td><a href="https://cplusplus.github.io/CWG/issues/2335.html">2335</a></td>
13826
13842
<td>drafting</td>
13827
13843
<td>Deduced return types vs member types</td>
13828
- <td title="Clang does not implement 2018-06 resolution" align="center">Not Resolved*</td>
13844
+ <td align="center">
13845
+ <details>
13846
+ <summary>Not resolved</summary>
13847
+ Clang does not implement 2018-06 resolution
13848
+ </details></td>
13829
13849
</tr>
13830
13850
<tr id="2336">
13831
13851
<td><a href="https://cplusplus.github.io/CWG/issues/2336.html">2336</a></td>
@@ -15133,13 +15153,21 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
15133
15153
<td><a href="https://cplusplus.github.io/CWG/issues/2553.html">2553</a></td>
15134
15154
<td>review</td>
15135
15155
<td>Restrictions on explicit object member functions</td>
15136
- <td title="Clang 18 implements 2023-07-14 resolution" align="center">Not Resolved*</td>
15156
+ <td align="center">
15157
+ <details>
15158
+ <summary>Not resolved</summary>
15159
+ Clang 18 implements 2023-07-14 resolution
15160
+ </details></td>
15137
15161
</tr>
15138
15162
<tr class="open" id="2554">
15139
15163
<td><a href="https://cplusplus.github.io/CWG/issues/2554.html">2554</a></td>
15140
15164
<td>review</td>
15141
15165
<td>Overriding virtual functions, also with explicit object parameters</td>
15142
- <td title="Clang 18 implements 2021-12-10 resolution" align="center">Not Resolved*</td>
15166
+ <td align="center">
15167
+ <details>
15168
+ <summary>Not resolved</summary>
15169
+ Clang 18 implements 2021-12-10 resolution
15170
+ </details></td>
15143
15171
</tr>
15144
15172
<tr class="open" id="2555">
15145
15173
<td><a href="https://cplusplus.github.io/CWG/issues/2555.html">2555</a></td>
@@ -15205,7 +15233,11 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
15205
15233
<td><a href="https://cplusplus.github.io/CWG/issues/2565.html">2565</a></td>
15206
15234
<td>open</td>
15207
15235
<td>Invalid types in the <I>parameter-declaration-clause</I> of a <I>requires-expression</I></td>
15208
- <td title="Clang 16 implements 2023-06-07 resolution" align="center">Not Resolved*</td>
15236
+ <td align="center">
15237
+ <details>
15238
+ <summary>Not resolved</summary>
15239
+ Clang 16 implements 2023-06-07 resolution
15240
+ </details></td>
15209
15241
</tr>
15210
15242
<tr class="open" id="2566">
15211
15243
<td><a href="https://cplusplus.github.io/CWG/issues/2566.html">2566</a></td>
@@ -16898,7 +16930,11 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
16898
16930
<td><a href="https://cplusplus.github.io/CWG/issues/2847.html">2847</a></td>
16899
16931
<td>review</td>
16900
16932
<td>Constrained explicit specializations of function templates at class scope</td>
16901
- <td title="Clang 19 implements 2024-03-01 resolution" align="center">Not Resolved*</td>
16933
+ <td align="center">
16934
+ <details>
16935
+ <summary>Not resolved</summary>
16936
+ Clang 19 implements 2024-03-01 resolution
16937
+ </details></td>
16902
16938
</tr>
16903
16939
<tr id="2848">
16904
16940
<td><a href="https://cplusplus.github.io/CWG/issues/2848.html">2848</a></td>
@@ -17126,7 +17162,11 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
17126
17162
<td><a href="https://cplusplus.github.io/CWG/issues/2885.html">2885</a></td>
17127
17163
<td>review</td>
17128
17164
<td>Non-eligible trivial default constructors</td>
17129
- <td title="Clang 16 implements 2024-05-31 resolution" align="center">Not Resolved*</td>
17165
+ <td align="center">
17166
+ <details>
17167
+ <summary>Not resolved</summary>
17168
+ Clang 16 implements 2024-05-31 resolution
17169
+ </details></td>
17130
17170
</tr>
17131
17171
<tr id="2886">
17132
17172
<td><a href="https://cplusplus.github.io/CWG/issues/2886.html">2886</a></td>
@@ -17318,7 +17358,11 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
17318
17358
<td><a href="https://cplusplus.github.io/CWG/issues/2917.html">2917</a></td>
17319
17359
<td>review</td>
17320
17360
<td>Disallow multiple <I>friend-type-specifier</I>s for a friend template</td>
17321
- <td title="Clang 20 implements 2024-07-30 resolution" align="center">Not Resolved*</td>
17361
+ <td align="center">
17362
+ <details>
17363
+ <summary>Not resolved</summary>
17364
+ Clang 20 implements 2024-07-30 resolution
17365
+ </details></td>
17322
17366
</tr>
17323
17367
<tr class="open" id="2918">
17324
17368
<td><a href="https://cplusplus.github.io/CWG/issues/2918.html">2918</a></td>
@@ -17348,7 +17392,11 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
17348
17392
<td><a href="https://cplusplus.github.io/CWG/issues/2922.html">2922</a></td>
17349
17393
<td>tentatively ready</td>
17350
17394
<td>constexpr placement-new is too permissive</td>
17351
- <td title="Clang 20 implements 2024-07-10 resolution" align="center">Not Resolved*</td>
17395
+ <td align="center">
17396
+ <details>
17397
+ <summary>Not resolved</summary>
17398
+ Clang 20 implements 2024-07-10 resolution
17399
+ </details></td>
17352
17400
</tr>
17353
17401
<tr class="open" id="2923">
17354
17402
<td><a href="https://cplusplus.github.io/CWG/issues/2923.html">2923</a></td>
0 commit comments