[all-commits] [llvm/llvm-project] b1d5af: [docs] Add "Standard C++ Modules"
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Tue Aug 30 20:12:05 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b1d5af81249dc7e5697faf9ee33f86012ccd8668
https://github.com/llvm/llvm-project/commit/b1d5af81249dc7e5697faf9ee33f86012ccd8668
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2022-08-31 (Wed, 31 Aug 2022)
Changed paths:
A clang/docs/StandardCPlusPlusModules.rst
M clang/docs/index.rst
Log Message:
-----------
[docs] Add "Standard C++ Modules"
We get some standard C++ module things done in clang15.x. But we lack a
user documentation for it. The implementation of standard C++ 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 Standard C++ modules. Previously, there were also
some people ask the document for standard C++ Modules and I couldn't
offer that time.
Reviewed By: iains, Mordante, h-vetinari, ruoso, dblaikie, JohelEGP,
aaronmondal
Differential Revision: https://reviews.llvm.org/D131388
More information about the All-commits
mailing list