[PATCH] D131062: [docs] Add "C++20 Modules"
Chuanqi Xu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 3 02:58:05 PDT 2022
ChuanqiXu created this revision.
ChuanqiXu added reviewers: iains, urnathan, erichkeane, aaron.ballman, tahonermann, ilya-biryukov, Mordante, tschuett, philnik.
ChuanqiXu added projects: clang-modules, clang-language-wg.
Herald added a subscriber: arphaman.
Herald added a project: All.
ChuanqiXu requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
We get some C++20 module things done in clang15.x. But we lack a user documentation for it. The implementation of c++20 modules share a big part of codes with clang modules. But they have very different semantics and user interfaces, so I think it is necessary to add a document for C++20 modules. Previously, there were also some people ask the document for C++20 Modules and I couldn't offer that time.
I wish we could land this before September and I can backport this to 15.x. This implies that even we solve any bug during the reviewing process. We shouldn't edit the document in time. We should land it and edit it.
Tested with grammarly and https://overbits.herokuapp.com/rsteditor/.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D131062
Files:
clang/docs/CPlusPlus20Modules.rst
clang/docs/index.rst
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131062.449612.patch
Type: text/x-patch
Size: 25309 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220803/32752344/attachment-0001.bin>
More information about the cfe-commits
mailing list