[clang] [C++20][Modules] Implement P1857R3 Modules Dependency Discovery (PR #107168)
Hubert Tong via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 17 22:19:09 PDT 2025
================
@@ -986,6 +989,14 @@ def warn_module_conflict : Warning<
InGroup<ModuleConflict>;
// C++20 modules
----------------
hubert-reinterpretcast wrote:
> Yes, this restriction was not implemented yet. We can implement this in a separate patch. WDYT?
I think the `cxx_status.html` change should be kept as partial in this PR then.
@Bigcheese, your thoughts?
https://github.com/llvm/llvm-project/pull/107168
More information about the cfe-commits
mailing list