Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion clang/www/cxx_status.html
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,14 @@ <h2 id="cxx20">C++20 implementation status</h2>
</tr>
<tr>
<td><a href="https://wg21.link/p1857r3">P1857R3</a></td>
<td class="none" align="center">No</td>
<td class="partial" align="center">
<details>
<summary>Clang 21 (Partial)</summary>
The restriction that "[a] module directive may only appear
as the first preprocessing tokens in a file" is enforced
starting in Clang 21.
</details>
</td>
</tr>
<tr>
<td><a href="https://wg21.link/p2115r0">P2115R0</a></td>
Expand Down