[clang] [C++20][Modules] Implement P1857R3 Modules Dependency Discovery (PR #107168)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 29 07:35:52 PDT 2025
yronglin wrote:
> @yronglin Please ping me when you need reviews. Thanks!
Thanks, I think it's ready for review now.
The latest commit remove `tok::annot_module_name` token kind, because we want to do error recovery and continue parsing when the module/import directive is ill-formed after P1857R3.
https://github.com/llvm/llvm-project/pull/107168
More information about the cfe-commits
mailing list