[clang] 5ad15e5 - [clang][NFC] Update `cxx_dr_status.html`

Vlad Serebrennikov via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 1 08:01:17 PDT 2024


Author: Vlad Serebrennikov
Date: 2024-08-01T18:01:10+03:00
New Revision: 5ad15e58136bc80eadcc0a7fceb463bbb5317345

URL: https://github.com/llvm/llvm-project/commit/5ad15e58136bc80eadcc0a7fceb463bbb5317345
DIFF: https://github.com/llvm/llvm-project/commit/5ad15e58136bc80eadcc0a7fceb463bbb5317345.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 2206ff78e173e..a18d5d7fec63d 100755
--- a/clang/www/cxx_dr_status.html
+++ b/clang/www/cxx_dr_status.html
@@ -17319,6 +17319,12 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
     <td>open</td>
     <td>Disallow multiple <I>friend-type-specifier</I>s for a friend template</td>
     <td align="center">Not resolved</td>
+  </tr>
+  <tr class="open" id="2918">
+    <td><a href="https://cplusplus.github.io/CWG/issues/2918.html">2918</a></td>
+    <td>open</td>
+    <td>Consideration of constraints for address of overloaded function</td>
+    <td align="center">Not resolved</td>
   </tr></table>
 
 </div>


        


More information about the cfe-commits mailing list