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> _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits