summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/ClangdLSPServer.h
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2019-12-16 15:21:51 +0100
committerDmitri Gribenko <gribozavr@gmail.com>2019-12-16 15:21:51 +0100
commit079ef783dd5530b5f87beefe624b9179547ded7e (patch)
treeb164eb41b1692d3d41e6d6f9054c9613b875a0c0 /clang-tools-extra/clangd/ClangdLSPServer.h
parent4658da10e4aabd15868876d879cfb185115a170c (diff)
downloadbcm5719-llvm-079ef783dd5530b5f87beefe624b9179547ded7e.tar.gz
bcm5719-llvm-079ef783dd5530b5f87beefe624b9179547ded7e.zip
Revert "[clangd] Implement "textDocument/documentLink" protocol support"
This reverts commit d6417f5584aa7673fa0212029a96cc9cacb1aad5. The tests depend on builtin headers, which is not intentionally supported in clangd tests; these tests are broken in some build environments.
Diffstat (limited to 'clang-tools-extra/clangd/ClangdLSPServer.h')
-rw-r--r--clang-tools-extra/clangd/ClangdLSPServer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang-tools-extra/clangd/ClangdLSPServer.h b/clang-tools-extra/clangd/ClangdLSPServer.h
index 9650b6a7dbb..f1ed317f6ba 100644
--- a/clang-tools-extra/clangd/ClangdLSPServer.h
+++ b/clang-tools-extra/clangd/ClangdLSPServer.h
@@ -111,8 +111,6 @@ private:
Callback<std::vector<SymbolDetails>>);
void onSelectionRange(const SelectionRangeParams &,
Callback<std::vector<SelectionRange>>);
- void onDocumentLink(const DocumentLinkParams &,
- Callback<std::vector<DocumentLink>>);
std::vector<Fix> getFixes(StringRef File, const clangd::Diagnostic &D);
OpenPOWER on IntegriCloud