https://github.com/yronglin created https://github.com/llvm/llvm-project/pull/197181
This feature was already implemented by https://github.com/llvm/llvm-project/issues/153641. >From 776e1cdb13881687147bced67a0ed97f95bff09d Mon Sep 17 00:00:00 2001 From: yronglin <[email protected]> Date: Tue, 12 May 2026 05:54:00 -0700 Subject: [PATCH] [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> _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
