Skip to content

Commit be72dca

Browse files
committed
[docs] [C++20] [Modules] Mentioning that -fdelayed-template-parsing is not working with modules
Catched in #61068. Add this to the document to avoid further misunderstandings.
1 parent 6121b90 commit be72dca

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

clang/docs/StandardCPlusPlusModules.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,15 @@ the BMI within ``clang-cl.exe``.
686686

687687
This is tracked in: https://github.com/llvm/llvm-project/issues/64118
688688

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+
689698
Header Units
690699
============
691700

0 commit comments

Comments
 (0)