aboutsummaryrefslogtreecommitdiff
path: root/clangd/ClangdLSPServer.h
diff options
context:
space:
mode:
Diffstat (limited to 'clangd/ClangdLSPServer.h')
-rw-r--r--clangd/ClangdLSPServer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clangd/ClangdLSPServer.h b/clangd/ClangdLSPServer.h
index 261ff611..22f73cb5 100644
--- a/clangd/ClangdLSPServer.h
+++ b/clangd/ClangdLSPServer.h
@@ -69,6 +69,7 @@ private:
void onGoToDefinition(Ctx C, TextDocumentPositionParams &Params) override;
void onSwitchSourceHeader(Ctx C, TextDocumentIdentifier &Params) override;
void onFileEvent(Ctx C, DidChangeWatchedFilesParams &Params) override;
+ void onCommand(Ctx C, ExecuteCommandParams &Params) override;
std::vector<clang::tooling::Replacement>
getFixIts(StringRef File, const clangd::Diagnostic &D);