https://github.com/yronglin updated https://github.com/llvm/llvm-project/pull/197181
>From 776e1cdb13881687147bced67a0ed97f95bff09d Mon Sep 17 00:00:00 2001 From: yronglin <[email protected]> Date: Tue, 12 May 2026 05:54:00 -0700 Subject: [PATCH 1/2] [NFC][clang] Mark P3868R1 as implemented Signed-off-by: yronglin <[email protected]> --- 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 8b7290a2a60cc..6575ffe402acb 100755 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -336,7 +336,7 @@ <h2 id="cxx26">C++2c implementation status</h2> <tr> <td>Allow <tt>#line</tt> before module declarations</td> <td><a href="https://wg21.link/P3868R1">P3868R1</a></td> - <td class="none" align="center">No</td> + <td class="full" align="center">Clang 23</td> </tr> <!-- Croydon, Winter 2026--> <tr> >From da543cb8c868ccef7631b27c8b963b847de3d53e Mon Sep 17 00:00:00 2001 From: Yihan Wang <[email protected]> Date: Tue, 12 May 2026 21:10:33 +0800 Subject: [PATCH 2/2] Update Clang 23 -> clang21 --- 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 6575ffe402acb..315fa54531a02 100755 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -336,7 +336,7 @@ <h2 id="cxx26">C++2c implementation status</h2> <tr> <td>Allow <tt>#line</tt> before module declarations</td> <td><a href="https://wg21.link/P3868R1">P3868R1</a></td> - <td class="full" align="center">Clang 23</td> + <td class="full" align="center">Clang 21</td> </tr> <!-- Croydon, Winter 2026--> <tr> _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
