Skip to content

Commit e65522e

Browse files
yronglinh-vetinarihubert-reinterpretcast
authored
[NFC][doc] Mark P1857R3 as partial implemented (#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](#144233). - [[clang] Allow trivial pp-directives before C++ module directive](#153641). --------- Signed-off-by: yronglin <[email protected]> Co-authored-by: h-vetinari <[email protected]> Co-authored-by: Hubert Tong <[email protected]>
1 parent ad8f7f4 commit e65522e

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 that "[a] module directive may only appear
933+
as the first preprocessing tokens in a file" is enforced
934+
starting 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)