[PATCH] D131062: [docs] Add "C++20 Modules"
H. Vetinari via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 8 02:14:23 PDT 2022
h-vetinari added a comment.
If you do open a new revision, please also consider breaking the lines at a length that phabricator doesn't overflow (seems to be 122 characters), and change all occurrences of "codes" to "code".
================
Comment at: clang/docs/CPlusPlus20Modules.rst:676-678
+So the final answer for why we don't reuse the interface of Clang modules for header units is that
+we've see some differences between header units and Clang modules and we think the differences may
+be too large to be acceptable in the future.
----------------
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131062/new/
https://reviews.llvm.org/D131062
More information about the cfe-commits
mailing list