[PATCH] D131388: [docs] Add "C++20 Modules"

Johel Ernesto Guerrero Peña via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 19 05:00:45 PDT 2022


JohelEGP requested changes to this revision.
JohelEGP added inline comments.
This revision now requires changes to proceed.


================
Comment at: clang/docs/CPlusPlus20Modules.rst:290
+``primary module interface unit`` by ``-fmodule-file``
+since the langugae specification says a module implementation unit implicitly imports
+the primary module interface unit.
----------------



================
Comment at: clang/docs/CPlusPlus20Modules.rst:457
+
+The declarations in a module unit which are not in global module fragment have new linkage names.
+
----------------



CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131388/new/

https://reviews.llvm.org/D131388



More information about the cfe-commits mailing list