[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 <yronglin777@gmail.com>
This commit is contained in:
yronglin 2026-01-22 11:14:29 +08:00 committed by GitHub
parent 6149895354
commit d7d4786482
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -182,7 +182,7 @@ C++23, informally referred to as C++26.</p>
<tr>
<td>Module Declarations Shouldnt 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>