https://github.com/yronglin created https://github.com/llvm/llvm-project/pull/177150
Mark [P1857R3 Modules Dependency Discovery](https://wg21.link/p1857r3) as implemented. This paper was implemented in https://github.com/llvm/llvm-project/pull/173789. >From 862acdf73b6c58f6a531fe32d043a8487a7a7153 Mon Sep 17 00:00:00 2001 From: yronglin <[email protected]> Date: Wed, 21 Jan 2026 20:14:36 +0800 Subject: [PATCH] [NFC][clang] Mark P3034R1 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 06e65ecb7c04c..30da7a636fda6 100755 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -182,7 +182,7 @@ <h2 id="cxx26">C++2c implementation status</h2> <tr> <td>Module Declarations Shouldn’t be Macros</td> <td><a href="https://wg21.link/P3034R1">P3034R1</a> (<a href="#dr">DR</a>)</td> - <td class="none" align="center">No</td> + <td class="unreleased" align="center">Clang 23</td> </tr> <tr> <td>Trivial infinite loops are not Undefined Behavior</td> _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
