[clang] 61abc15 - [clang][NFC] Update `cxx_dr_status.html`

Vlad Serebrennikov via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 16 02:19:36 PDT 2024


Author: Vlad Serebrennikov
Date: 2024-08-16T12:19:27+03:00
New Revision: 61abc15a9f94b081cced18277de8ae571e4d853d

URL: https://github.com/llvm/llvm-project/commit/61abc15a9f94b081cced18277de8ae571e4d853d
DIFF: https://github.com/llvm/llvm-project/commit/61abc15a9f94b081cced18277de8ae571e4d853d.diff

LOG: [clang][NFC] Update `cxx_dr_status.html`

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 34ca6f76bb2ce6..c901e1ce0e15b3 100755
--- a/clang/www/cxx_dr_status.html
+++ b/clang/www/cxx_dr_status.html
@@ -7302,7 +7302,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
   <tr class="open" id="1248">
     <td><a href="https://cplusplus.github.io/CWG/issues/1248.html">1248</a></td>
     <td>open</td>
-    <td>Updating Annex C to C99</td>
+    <td>Updating Annex C to C99 and C23</td>
     <td align="center">Not resolved</td>
   </tr>
   <tr id="1249">
@@ -17325,6 +17325,30 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
     <td>open</td>
     <td>Consideration of constraints for address of overloaded function</td>
     <td align="center">Not resolved</td>
+  </tr>
+  <tr class="open" id="2919">
+    <td><a href="https://cplusplus.github.io/CWG/issues/2919.html">2919</a></td>
+    <td>open</td>
+    <td>Conversion function candidates for initialization of const lvalue reference</td>
+    <td align="center">Not resolved</td>
+  </tr>
+  <tr class="open" id="2920">
+    <td><a href="https://cplusplus.github.io/CWG/issues/2920.html">2920</a></td>
+    <td>open</td>
+    <td>The <TT>template</TT> keyword for base classes</td>
+    <td align="center">Not resolved</td>
+  </tr>
+  <tr class="open" id="2921">
+    <td><a href="https://cplusplus.github.io/CWG/issues/2921.html">2921</a></td>
+    <td>open</td>
+    <td>Exporting redeclarations of entities not attached to a named module</td>
+    <td align="center">Not resolved</td>
+  </tr>
+  <tr class="open" id="2922">
+    <td><a href="https://cplusplus.github.io/CWG/issues/2922.html">2922</a></td>
+    <td>open</td>
+    <td>constexpr placement-new is too permissive</td>
+    <td align="center">Not resolved</td>
   </tr></table>
 
 </div>


        


More information about the cfe-commits mailing list