[PATCH] D131062: [docs] Add "C++20 Modules"
H. Vetinari via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 8 03:27:38 PDT 2022
h-vetinari added inline comments.
================
Comment at: clang/docs/CPlusPlus20Modules.rst:64-67
+Terms enclosed in ``[]`` are optional. The syntax of ``module_name`` and ``partition_name``
+in regex form corresponds to ``[a-zA-Z_][a-zA-Z_0-9\.]*``. The dot ``.`` in the name has
+no special meaning.
+
----------------
h-vetinari wrote:
>
This is marked as done, but is still unchanged in D131388
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131062/new/
https://reviews.llvm.org/D131062
More information about the cfe-commits
mailing list