[clang-tools-extra] [clangd] [C++20] [Modules] Introduce initial support for C++20 Modules (PR #66462)

kadir çetinkaya via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 12 06:17:16 PDT 2024


================
@@ -112,6 +114,9 @@ class ClangdServer {
     /// This throttler controls which preambles may be built at a given time.
     clangd::PreambleThrottler *PreambleThrottler = nullptr;
 
+    /// Enable experimental support for modules.
----------------
kadircet wrote:

no i think that's the intended way already, thanks!

https://github.com/llvm/llvm-project/pull/66462


More information about the cfe-commits mailing list