We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21bac59 commit e12b627Copy full SHA for e12b627
clang/docs/StandardCPlusPlusModules.rst
@@ -874,3 +874,10 @@ purposes of optimization (but definitions of these functions are still not inclu
874
this means the build speedup at higher optimization levels may be lower than expected given ``O0`` experience,
875
but does provide by more optimization opportunities.
876
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