From d7d47864820b3610fdff04ca5380cd5762b609f0 Mon Sep 17 00:00:00 2001
From: yronglin
Date: Thu, 22 Jan 2026 11:14:29 +0800
Subject: [PATCH] [NFC][clang] Mark P3034R1 as implemented (#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.
Signed-off-by: yronglin
---
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 06e65ecb7c04..30da7a636fda 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -182,7 +182,7 @@ C++23, informally referred to as C++26.
| Module Declarations Shouldn’t be Macros |
P3034R1 (DR) |
- No |
+ Clang 23 |
| Trivial infinite loops are not Undefined Behavior |