https://github.com/tbaederr created https://github.com/llvm/llvm-project/pull/224206
the "Clang 24" shows up left-aligned right now. >From 3ca02ad97c5e7c8b4063b6d5d50e18c8bf4fd904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= <[email protected]> Date: Thu, 17 Sep 2026 09:00:25 +0200 Subject: [PATCH] [clang][www] Fix a typo in cxx_status page the "Clang 24" shows up left-aligned right now. --- clang/www/cxx_status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
