[clang] c26a993 - [clang][NFC] Update CWG issues list
Vlad Serebrennikov via cfe-commits
cfe-commits at lists.llvm.org
Sun Jun 2 09:23:49 PDT 2024
Author: Vlad Serebrennikov
Date: 2024-06-02T19:23:42+03:00
New Revision: c26a99384bce5719107d26f4617d6e3b1e9253ff
URL: https://github.com/llvm/llvm-project/commit/c26a99384bce5719107d26f4617d6e3b1e9253ff
DIFF: https://github.com/llvm/llvm-project/commit/c26a99384bce5719107d26f4617d6e3b1e9253ff.diff
LOG: [clang][NFC] Update CWG issues list
Added:
Modified:
clang/www/cxx_dr_status.html
Removed:
################################################################################
diff --git a/clang/www/cxx_dr_status.html b/clang/www/cxx_dr_status.html
index 4c5f922e52954..744d22959db42 100755
--- a/clang/www/cxx_dr_status.html
+++ b/clang/www/cxx_dr_status.html
@@ -12670,7 +12670,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="2144">
<td><a href="https://cplusplus.github.io/CWG/issues/2144.html">2144</a></td>
- <td>drafting</td>
+ <td>tentatively ready</td>
<td>Function/variable declaration ambiguity</td>
<td align="center">Not resolved</td>
</tr>
@@ -17081,7 +17081,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="2879">
<td><a href="https://cplusplus.github.io/CWG/issues/2879.html">2879</a></td>
- <td>open</td>
+ <td>drafting</td>
<td>Undesired outcomes with <TT>const_cast</TT></td>
<td align="center">Not resolved</td>
</tr>
@@ -17099,13 +17099,13 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="2882">
<td><a href="https://cplusplus.github.io/CWG/issues/2882.html">2882</a></td>
- <td>open</td>
+ <td>tentatively ready</td>
<td>Unclear treatment of conversion to <TT>void</TT></td>
<td align="center">Not resolved</td>
</tr>
<tr class="open" id="2883">
<td><a href="https://cplusplus.github.io/CWG/issues/2883.html">2883</a></td>
- <td>open</td>
+ <td>tentatively ready</td>
<td>Definition of "odr-usable" ignores lambda scopes</td>
<td align="center">Not resolved</td>
</tr>
@@ -17117,25 +17117,25 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="2885">
<td><a href="https://cplusplus.github.io/CWG/issues/2885.html">2885</a></td>
- <td>review</td>
+ <td>tentatively ready</td>
<td>Non-eligible trivial default constructors</td>
<td align="center">Not resolved</td>
</tr>
<tr class="open" id="2886">
<td><a href="https://cplusplus.github.io/CWG/issues/2886.html">2886</a></td>
- <td>open</td>
+ <td>tentatively ready</td>
<td>Temporaries and trivial potentially-throwing special member functions</td>
<td align="center">Not resolved</td>
</tr>
<tr class="open" id="2887">
<td><a href="https://cplusplus.github.io/CWG/issues/2887.html">2887</a></td>
- <td>open</td>
+ <td>tentatively ready</td>
<td>Missing compatibility entries for xvalues</td>
<td align="center">Not resolved</td>
</tr>
<tr class="open" id="2888">
<td><a href="https://cplusplus.github.io/CWG/issues/2888.html">2888</a></td>
- <td>open</td>
+ <td>review</td>
<td>Missing cases for reference and array types for argument-dependent lookup</td>
<td align="center">Not resolved</td>
</tr>
@@ -17153,9 +17153,39 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="2891">
<td><a href="https://cplusplus.github.io/CWG/issues/2891.html">2891</a></td>
- <td>review</td>
+ <td>tentatively ready</td>
<td>Normative status of implementation limits</td>
<td align="center">Not resolved</td>
+ </tr>
+ <tr class="open" id="2892">
+ <td><a href="https://cplusplus.github.io/CWG/issues/2892.html">2892</a></td>
+ <td>tentatively ready</td>
+ <td>Unclear usual arithmetic conversions</td>
+ <td align="center">Not resolved</td>
+ </tr>
+ <tr class="open" id="2893">
+ <td><a href="https://cplusplus.github.io/CWG/issues/2893.html">2893</a></td>
+ <td>open</td>
+ <td>Instantiations in discarded <TT>if constexpr</TT> substatements</td>
+ <td align="center">Not resolved</td>
+ </tr>
+ <tr class="open" id="2894">
+ <td><a href="https://cplusplus.github.io/CWG/issues/2894.html">2894</a></td>
+ <td>open</td>
+ <td>Functional casts create prvalues of reference type</td>
+ <td align="center">Not resolved</td>
+ </tr>
+ <tr class="open" id="2895">
+ <td><a href="https://cplusplus.github.io/CWG/issues/2895.html">2895</a></td>
+ <td>open</td>
+ <td>Initialization should ignore the destination type's cv-qualification</td>
+ <td align="center">Not resolved</td>
+ </tr>
+ <tr class="open" id="2896">
+ <td><a href="https://cplusplus.github.io/CWG/issues/2896.html">2896</a></td>
+ <td>open</td>
+ <td>Template argument deduction involving exception specifications</td>
+ <td align="center">Not resolved</td>
</tr></table>
</div>
More information about the cfe-commits
mailing list