[clang] ceaf4a0 - [Clang] Fix status of P1774 Portable assumptions

via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 9 03:22:43 PST 2024


Author: cor3ntin
Date: 2024-03-09T12:22:40+01:00
New Revision: ceaf4a0aab86f10199e16a825c1bdabe59d07eb3

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

LOG: [Clang] Fix status of P1774 Portable assumptions

Added: 
    

Modified: 
    clang/www/cxx_status.html

Removed: 
    


################################################################################
diff  --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index 66a2b11ee34f1c..1e36b90356c3e1 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -381,7 +381,7 @@ <h2 id="cxx23">C++23 implementation status</h2>
     <tr>
       <td>Portable assumptions</td>
       <td><a href="https://wg21.link/P1774R8">P1774R8</a></td>
-      <td class="full" align="center">Clang 19</td>
+      <td class="unreleased" align="center">Clang 19</td>
     </tr>
     <tr>
       <td>Support for UTF-8 as a portable source file encoding</td>


        


More information about the cfe-commits mailing list