https://github.com/yronglin created https://github.com/llvm/llvm-project/pull/164095
Since the following 2 patches was landed, mark P1857R3 as partial implemented. - [[C++][Modules] A module directive may only appear as the first preprocessing tokens in a file](https://github.com/llvm/llvm-project/pull/144233). - [[clang] Allow trivial pp-directives before C++ module directive](https://github.com/llvm/llvm-project/pull/153641). >From a9f97702c9e34b50c6868ccfe76ad5b9ef3a6b88 Mon Sep 17 00:00:00 2001 From: yronglin <[email protected]> Date: Sat, 18 Oct 2025 23:04:53 +0800 Subject: [PATCH] [NFC][doc] Mark P1857R3 as partial implemented Signed-off-by: yronglin <[email protected]> --- clang/www/cxx_status.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index a35e50150a2ab..9f4287b68d9ef 100755 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -926,7 +926,14 @@ <h2 id="cxx20">C++20 implementation status</h2> </tr> <tr> <td><a href="https://wg21.link/p1857r3">P1857R3</a></td> - <td class="none" align="center">No</td> + <td class="partial" align="center"> + <details> + <summary>>Clang 21(Partial)</summary> + The restriction 'A module directive may only appear as + the first preprocessing tokens in a file' was supported + in clang-21. + </details> + </td> </tr> <tr> <td><a href="https://wg21.link/p2115r0">P2115R0</a></td> _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
