[clang] aa4f4d1 - consteval if is now fully supported

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 5 05:22:31 PDT 2021


Author: Aaron Ballman
Date: 2021-10-05T08:21:29-04:00
New Revision: aa4f4d18e85d65f796ee9a9549ead1c0cd56ac1d

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

LOG: consteval if is now fully supported

This amends 424733c12aacc227a28114deba72061153f8dff2 which accidentally
dropped the change to the status page.

Added: 
    

Modified: 
    clang/www/cxx_status.html

Removed: 
    


################################################################################
diff  --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index f3d1edf08cb97..c09b62e4ffac8 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -1289,7 +1289,7 @@ <h2 id="cxx23">C++2b implementation status</h2>
     <tr>
       <td><tt>if consteval</tt></td>
       <td><a href="https://wg21.link/P1938R3">P1938R3</a></td>
-      <td class="none" align="center">No</td>
+      <td class="unreleased" align="center">Clang 14</td>
     </tr>
     <tr>
       <td>Allow duplicate attributes</td>


        


More information about the cfe-commits mailing list