[clang] e5cc56a - [clang] Update cxx_status for 632dd6a4ca0036009f

Yuanfang Chen via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 30 09:10:49 PDT 2023


Author: Yuanfang Chen
Date: 2023-06-30T09:10:33-07:00
New Revision: e5cc56a0d1026ca25410b3abea64496c13bfbbe3

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

LOG: [clang] Update cxx_status for 632dd6a4ca0036009f

missed this after rebase

Added: 
    

Modified: 
    clang/www/cxx_status.html

Removed: 
    


################################################################################
diff  --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index 94c96ba0614e27..2c98f86c09a984 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -811,7 +811,7 @@ <h2 id="cxx20">C++20 implementation status</h2>
     <tr>
       <td rowspan=2>Class template argument deduction for aggregates</td>
       <td><a href="https://wg21.link/p1816r0">P1816R0</a></td>
-      <td rowspan=2 class="none" align="center">No</td>
+      <td rowspan=2 class="unreleased" align="center">Clang 17</td>
     </tr>
       <tr> <!-- from Prague -->
         <td><a href="https://wg21.link/p2082r1">P2082R1</a></td>


        


More information about the cfe-commits mailing list