[PATCH] D126694: [C++20][Modules] Initial implementation of GMF decl elision.
Chuanqi Xu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 6 03:29:32 PDT 2022
ChuanqiXu added a comment.
Given it touches ModuleOwnershipKind too and some codes looks similar to me (I haven't look into the it yet), I want to know if it is possible to make D113545 <https://reviews.llvm.org/D113545> a parent revision of this one? I feel like reachability might be more important than this one. Since reachability helps developers to use something but this functionality prevent developers to use something.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126694/new/
https://reviews.llvm.org/D126694
More information about the cfe-commits
mailing list