[clang-tools-extra] [clangd] [C++20] [Modules] Support code complete for C++20 modules (PR #110083)

Chuanqi Xu via cfe-commits cfe-commits at lists.llvm.org
Sun Sep 29 20:38:51 PDT 2024


================
@@ -52,6 +52,9 @@ struct CodeCompleteOptions {
   /// For example, private members are usually inaccessible.
   bool IncludeIneligibleResults = false;
 
+  /// Whether the experimental modules support are enabled.
+  bool ExperimentalModulesSupport = false;
----------------
ChuanqiXu9 wrote:

Done

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


More information about the cfe-commits mailing list