-
Notifications
You must be signed in to change notification settings - Fork 14.9k
[NFC][doc] Mark P1857R3 as partial implemented #164095
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: yronglin <yronglin777@gmail.com>
@llvm/pr-subscribers-clang Author: None (yronglin) ChangesSince the following 2 patches was landed, mark P1857R3 as partial implemented.
Full diff: https://github.com/llvm/llvm-project/pull/164095.diff 1 Files Affected:
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index a35e50150a2ab..9f4287b68d9ef 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -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 'A module directive may only appear as
+ the first preprocessing tokens in a file' was supported
+ in clang-21.
+ </details>
+ </td>
</tr>
<tr>
<td><a href="https://wg21.link/p2115r0">P2115R0</a></td>
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM once comments are addressed.
Co-authored-by: h-vetinari <h.vetinari@gmx.com>
Co-authored-by: Hubert Tong <hubert.reinterpretcast@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Out of curiosity, which parts are not implemented?
All the rest parts will be supported in #107168. 🤣 |
Since the following 2 patches was landed, mark P1857R3 as partial implemented.