[clang] 62c2959 - [clang] NFC: cxx_status mark P0522R0 as unreleased

Matheus Izvekov via cfe-commits cfe-commits at lists.llvm.org
Thu May 2 09:57:23 PDT 2024


Author: Matheus Izvekov
Date: 2024-05-02T13:55:33-03:00
New Revision: 62c29593be317f6cfaed8ffbcc016bd2c94c35d4

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

LOG: [clang] NFC: cxx_status mark P0522R0 as unreleased

Addressing post-commit review on #89807

Added: 
    

Modified: 
    clang/www/cxx_status.html

Removed: 
    


################################################################################
diff  --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index b61399a26b1c34..b39cfbd76df253 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -466,7 +466,7 @@ <h2 id="cxx23">C++23 implementation status</h2>
         <details>
           <summary>Clang 19 (Partial)</summary>
             The lifetime extension of temporaries bound to member references
-            by default member initializers in aggregate initialization was 
+            by default member initializers in aggregate initialization was
             not supported now.
         </details>
       </td>
@@ -1141,7 +1141,7 @@ <h2 id="cxx17">C++17 implementation status</h2>
     <tr>
       <td>Matching template template parameters to compatible arguments</td>
       <td><a href="https://wg21.link/p0522r0">P0522R0</a> (<a href="#dr">DR</a>)</td>
-      <td class="full" align="center">Clang 19 <a href="#p0522">(10)</a></td>
+      <td class="unreleased" align="center">Clang 19 <a href="#p0522">(10)</a></td>
     </tr>
     <tr>
       <td>Removing deprecated dynamic exception specifications</td>


        


More information about the cfe-commits mailing list