[all-commits] [llvm/llvm-project] 9d11e6: [clangd] Use string[] for allCommitCharacters
Kirill Bobyrev via All-commits
all-commits at lists.llvm.org
Wed Aug 26 08:08:48 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9d11e6789c477ce6104e29745ca70e13c9fafeb0
https://github.com/llvm/llvm-project/commit/9d11e6789c477ce6104e29745ca70e13c9fafeb0
Author: Kirill Bobyrev <kbobyrev at google.com>
Date: 2020-08-26 (Wed, 26 Aug 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
More information about the All-commits
mailing list