[clang] 33fc477 - [clang][NFC] Update `cxx_dr_status.html`

Vlad Serebrennikov via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 24 03:01:15 PST 2025


Author: Vlad Serebrennikov
Date: 2025-01-24T15:01:09+04:00
New Revision: 33fc477e6e2614f71541f4287c1d68757b9203b0

URL: https://github.com/llvm/llvm-project/commit/33fc477e6e2614f71541f4287c1d68757b9203b0
DIFF: https://github.com/llvm/llvm-project/commit/33fc477e6e2614f71541f4287c1d68757b9203b0.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 472f4fbd975378..69ddd5e58b921a 100755
--- a/clang/www/cxx_dr_status.html
+++ b/clang/www/cxx_dr_status.html
@@ -17749,6 +17749,30 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
     <td>open</td>
     <td>Deduction in <I>type-constraint</I>s</td>
     <td align="center">Not resolved</td>
+  </tr>
+  <tr class="open" id="2983">
+    <td><a href="https://cplusplus.github.io/CWG/issues/2983.html">2983</a></td>
+    <td>open</td>
+    <td>Non-type template parameters are not variables</td>
+    <td align="center">Not resolved</td>
+  </tr>
+  <tr class="open" id="2984">
+    <td><a href="https://cplusplus.github.io/CWG/issues/2984.html">2984</a></td>
+    <td>open</td>
+    <td>Value-dependent structured bindings</td>
+    <td align="center">Not resolved</td>
+  </tr>
+  <tr class="open" id="2985">
+    <td><a href="https://cplusplus.github.io/CWG/issues/2985.html">2985</a></td>
+    <td>open</td>
+    <td>Unclear rules for reference initialization with conversion</td>
+    <td align="center">Not resolved</td>
+  </tr>
+  <tr class="open" id="2986">
+    <td><a href="https://cplusplus.github.io/CWG/issues/2986.html">2986</a></td>
+    <td>open</td>
+    <td>Creating objects within a mutable member of a const object</td>
+    <td align="center">Not resolved</td>
   </tr></table>
 
 </div>


        


More information about the cfe-commits mailing list