[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 21:12:29 PDT 2024
================
@@ -52,6 +52,11 @@ struct CodeCompleteOptions {
/// For example, private members are usually inaccessible.
bool IncludeIneligibleResults = false;
+ /// Force sema to load decls from preamble even if an index is provided.
+ /// This is helpful for cases the index can't provide symbols, e.g., the
+ /// unsupported yet modules.
----------------
kadircet wrote:
`e.g. with experimental c++20 modules`
https://github.com/llvm/llvm-project/pull/110083
More information about the cfe-commits
mailing list