[all-commits] [llvm/llvm-project] e12b62: [docs] Add the description about mixing use of cla...
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Mon Oct 31 01:03:45 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e12b627a35ee41e2bee069bf871c8b779f4d4e35
https://github.com/llvm/llvm-project/commit/e12b627a35ee41e2bee069bf871c8b779f4d4e35
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2022-10-31 (Mon, 31 Oct 2022)
Changed paths:
M clang/docs/StandardCPlusPlusModules.rst
Log Message:
-----------
[docs] Add the description about mixing use of clang modules and c++
modules
>From the discussion in
https://discourse.llvm.org/t/how-should-we-support-dependency-scanner-for-c-20-modules/66027,
we get a consensus that we want to support clang modules and c++ modules
at the same time. This patch documents this intention.
Reviewed By: bruno
Differential Revision: https://reviews.llvm.org/D136221
More information about the All-commits
mailing list