Skip to content

Commit a9f9770

Browse files
committed
[NFC][doc] Mark P1857R3 as partial implemented
Signed-off-by: yronglin <[email protected]>
1 parent 035f811 commit a9f9770

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

clang/www/cxx_status.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,14 @@ <h2 id="cxx20">C++20 implementation status</h2>
926926
</tr>
927927
<tr>
928928
<td><a href="https://wg21.link/p1857r3">P1857R3</a></td>
929-
<td class="none" align="center">No</td>
929+
<td class="partial" align="center">
930+
<details>
931+
<summary>>Clang 21(Partial)</summary>
932+
The restriction 'A module directive may only appear as
933+
the first preprocessing tokens in a file' was supported
934+
in clang-21.
935+
</details>
936+
</td>
930937
</tr>
931938
<tr>
932939
<td><a href="https://wg21.link/p2115r0">P2115R0</a></td>

0 commit comments

Comments
 (0)