[clang] Revise the modules document for clarity (PR #90237)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 26 12:33:23 PDT 2024
================
@@ -95,22 +76,23 @@ In this document, we use the following umbrella terms:
* A ``module interface unit`` refers to either a ``primary module interface unit``
or a ``module interface partition unit``.
-* An ``importable module unit`` refers to either a ``module interface unit``
- or a ``internal module partition unit``.
+* An ``importable module unit`` refers to either a ``module interface unit`` or
+ an ``internal module partition unit``.
* A ``module partition unit`` refers to either a ``module interface partition unit``
- or a ``internal module partition unit``.
+ or an ``internal module partition unit``.
----------------
cor3ntin wrote:
https://learn.microsoft.com/en-us/cpp/cpp/modules-cpp?view=msvc-170
S/internal/implementation
https://github.com/llvm/llvm-project/pull/90237
More information about the cfe-commits
mailing list