[all-commits] [llvm/llvm-project] d75417: [clangd] Use string[] for allCommitCharacters
Kirill Bobyrev via All-commits
all-commits at lists.llvm.org
Tue Sep 15 04:52:58 PDT 2020
Branch: refs/heads/release/11.x
Home: https://github.com/llvm/llvm-project
Commit: d754173a98309b25562b5624dc108a3b46e990fe
https://github.com/llvm/llvm-project/commit/d754173a98309b25562b5624dc108a3b46e990fe
Author: Kirill Bobyrev <kbobyrev at google.com>
Date: 2020-09-15 (Tue, 15 Sep 2020)
Changed paths:
M clang-tools-extra/clangd/ClangdLSPServer.cpp
M clang-tools-extra/clangd/test/initialize-params.test
Log Message:
-----------
[clangd] Use string[] for allCommitCharacters
As per LSP specification, allCommitCharacters should be string[] instead of
string:
https://microsoft.github.io/language-server-protocol/specification#textDocument_completion
Reviewed By: sammccall
Differential Revision: https://reviews.llvm.org/D86604
(cherry picked from commit 9d11e6789c477ce6104e29745ca70e13c9fafeb0)
More information about the All-commits
mailing list