summaryrefslogtreecommitdiffstats
path: root/clangd/ClangdLSPServer.h
diff options
context:
space:
mode:
Diffstat (limited to 'clangd/ClangdLSPServer.h')
-rw-r--r--clangd/ClangdLSPServer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/clangd/ClangdLSPServer.h b/clangd/ClangdLSPServer.h
index 8441fee6..ed055251 100644
--- a/clangd/ClangdLSPServer.h
+++ b/clangd/ClangdLSPServer.h
@@ -34,7 +34,8 @@ public:
bool StorePreamblesInMemory,
const clangd::CodeCompleteOptions &CCOpts,
llvm::Optional<StringRef> ResourceDir,
- llvm::Optional<Path> CompileCommandsDir);
+ llvm::Optional<Path> CompileCommandsDir,
+ bool BuildDynamicSymbolIndex);
/// Run LSP server loop, receiving input for it from \p In. \p In must be
/// opened in binary mode. Output will be written using Out variable passed to