[clang] [Doc] [C++20] [Modules] Clarify the reachability of internal partition units (PR #102572)
Chuanqi Xu via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 11 19:22:37 PDT 2024
================
@@ -1230,6 +1230,57 @@ parsing their headers, those should be included after the import. If the
imported modules don't provide such a header, one can be made manually for
improved compile time performance.
+Reachability of internal partition units
+----------------------------------------
+
+The internal partition units are called as implementation partition unit somewhere else.
+But the name may be confusing since implementation partition units are not implementation
+units.
----------------
ChuanqiXu9 wrote:
done
https://github.com/llvm/llvm-project/pull/102572
More information about the cfe-commits
mailing list