Skip to content

Commit e12b627

Browse files
committed
[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
1 parent 21bac59 commit e12b627

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

clang/docs/StandardCPlusPlusModules.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -874,3 +874,10 @@ purposes of optimization (but definitions of these functions are still not inclu
874874
this means the build speedup at higher optimization levels may be lower than expected given ``O0`` experience,
875875
but does provide by more optimization opportunities.
876876

877+
Interoperability with Clang Modules
878+
-----------------------------------
879+
880+
We **wish** to support clang modules and standard c++ modules at the same time,
881+
but the mixed using form is not well used/tested yet.
882+
883+
Please file new github issues as you find interoperability problems.

0 commit comments

Comments
 (0)