Author: Yihan Wang Date: 2026-05-12T13:43:33Z New Revision: 1e44c0b7bf6ed2aecf09b50c8710a57c32006715
URL: https://github.com/llvm/llvm-project/commit/1e44c0b7bf6ed2aecf09b50c8710a57c32006715 DIFF: https://github.com/llvm/llvm-project/commit/1e44c0b7bf6ed2aecf09b50c8710a57c32006715.diff LOG: [NFC][clang] Mark P3868R1 as implemented (#197181) This feature was already implemented by https://github.com/llvm/llvm-project/issues/153641. --------- Signed-off-by: yronglin <[email protected]> Added: Modified: clang/www/cxx_status.html Removed: ################################################################################ diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 8b7290a2a60cc..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="none" align="center">No</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
