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

kadir çetinkaya via cfe-commits cfe-commits at lists.llvm.org
Sun Sep 29 20:21:20 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;
----------------
kadircet wrote:

can you rename this to `ForceLoadPreamble`? with a comment explaining what it does

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


More information about the cfe-commits mailing list