[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:15 PDT 2024


================
@@ -51,6 +52,9 @@
 
 namespace clang {
 namespace clangd {
+
+extern llvm::cl::opt<bool> ExperimentalModulesSupport;
----------------
kadircet wrote:

we don't need this declaration for the command line flag, we're already passing this through `ClangdLSPServer::Options`.

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


More information about the cfe-commits mailing list