[clang] ef71c79 - [clang][NFC] Update C++ DR status page
Vlad Serebrennikov via cfe-commits
cfe-commits at lists.llvm.org
Fri May 10 09:03:28 PDT 2024
Author: Vlad Serebrennikov
Date: 2024-05-10T19:03:21+03:00
New Revision: ef71c79d85fb3f94f19a92a84ab44719d112c1bd
URL: https://github.com/llvm/llvm-project/commit/ef71c79d85fb3f94f19a92a84ab44719d112c1bd
DIFF: https://github.com/llvm/llvm-project/commit/ef71c79d85fb3f94f19a92a84ab44719d112c1bd.diff
LOG: [clang][NFC] Update C++ DR status page
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 875521bd505d5..992dc61d65e42 100755
--- a/clang/www/cxx_dr_status.html
+++ b/clang/www/cxx_dr_status.html
@@ -16823,7 +16823,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="2836">
<td><a href="https://cplusplus.github.io/CWG/issues/2836.html">2836</a></td>
- <td>review</td>
+ <td>tentatively ready</td>
<td>Conversion rank of <TT>long double</TT> and extended floating-point types</td>
<td align="center">Not resolved</td>
</tr>
@@ -16997,7 +16997,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="2865">
<td><a href="https://cplusplus.github.io/CWG/issues/2865.html">2865</a></td>
- <td>open</td>
+ <td>tentatively ready</td>
<td>Regression on result of conditional operator</td>
<td align="center">Not resolved</td>
</tr>
@@ -17009,7 +17009,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
</tr>
<tr class="open" id="2867">
<td><a href="https://cplusplus.github.io/CWG/issues/2867.html">2867</a></td>
- <td>open</td>
+ <td>review</td>
<td>Order of initialization for structured bindings</td>
<td align="center">Not resolved</td>
</tr>
@@ -17126,6 +17126,18 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
<td>open</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>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>Missing cases for reference and array types for argument-dependent lookup</td>
+ <td align="center">Not resolved</td>
</tr></table>
</div>
More information about the cfe-commits
mailing list