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 6121b90 commit be72dcaCopy full SHA for be72dca
clang/docs/StandardCPlusPlusModules.rst
@@ -686,6 +686,15 @@ the BMI within ``clang-cl.exe``.
686
687
This is tracked in: https://github.com/llvm/llvm-project/issues/64118
688
689
+delayed template parsing is not supported/broken with C++ modules
690
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
691
+
692
+The feature `-fdelayed-template-parsing` can't work well with C++ modules now.
693
+Note that this is significant on Windows since the option will be enabled by default
694
+on Windows.
695
696
+This is tracked in: https://github.com/llvm/llvm-project/issues/61068
697
698
Header Units
699
============
700
0 commit comments