[PATCH] D131062: [docs] Add "C++20 Modules"
Chuanqi Xu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 4 01:06:38 PDT 2022
ChuanqiXu added inline comments.
================
Comment at: clang/docs/CPlusPlus20Modules.rst:377-393
+ │ │ │ │
+ ├───────────── frontend ─────────────┼───────────────────────── middle end ──────────────────────┼─────────── backend ────────────┤
+ │ │ │ │
+ └─── parsing ──── sema ──── codegen ──┴─── optimizations ─── IPO ─── optimizations ─── codegen ───┴─── optimizations ─── codegen ──┘
+
+ ┌───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
+ │ │
----------------
ChuanqiXu wrote:
> I'm not sure if this could be rendered properly, if there is any suggestion?
Now I've tested it with `make docs-clang-html`, and it looks not bad.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131062/new/
https://reviews.llvm.org/D131062
More information about the cfe-commits
mailing list