[clang] [NFC][clang] Mark P3868R1 as implemented (PR #197181)
via cfe-commits
cfe-commits at lists.llvm.org
Tue May 12 05:57:56 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clang
Author: Yihan Wang (yronglin)
<details>
<summary>Changes</summary>
This feature was already implemented by https://github.com/llvm/llvm-project/issues/153641.
---
Full diff: https://github.com/llvm/llvm-project/pull/197181.diff
1 Files Affected:
- (modified) clang/www/cxx_status.html (+1-1)
``````````diff
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>
``````````
</details>
https://github.com/llvm/llvm-project/pull/197181
More information about the cfe-commits
mailing list