Author: Timm Baeder Date: 2026-09-17T08:07:12Z New Revision: e470d98fc36c5f34082e6cb43927790af577b5ee
URL: https://github.com/llvm/llvm-project/commit/e470d98fc36c5f34082e6cb43927790af577b5ee DIFF: https://github.com/llvm/llvm-project/commit/e470d98fc36c5f34082e6cb43927790af577b5ee.diff LOG: [clang][www] Fix a typo in cxx_status page (#224206) the "Clang 24" shows up left-aligned right now. Added: Modified: clang/www/cxx_status.html Removed: ################################################################################ diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 42d8526e44968..61d0f38bce87a 100755 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -137,7 +137,7 @@ <h2 id="cxx29">C++2d implementation status</h2> <tr> <td>Adjust identifier following new Unicode recommendations</td> <td><a href="https://wg21.link/P3658R1">P3658R1</a> <a href="#dr">(DR)</a></td> - <td class="unreleased align="center">Clang 24</td> + <td class="unreleased" align="center">Clang 24</td> </tr> <tr> <td><code>return_value</code> & <code>return_void</code> are not mutually exclusive</td> _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
