[all-commits] [llvm/llvm-project] 2a095f: [clangd] Add add commit characters to the server c...
Kirill Bobyrev via All-commits
all-commits at lists.llvm.org
Tue Feb 18 23:33:15 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2a095ff6f5028b7612dae50358a2f6939b6cdc9f
https://github.com/llvm/llvm-project/commit/2a095ff6f5028b7612dae50358a2f6939b6cdc9f
Author: Kirill Bobyrev <kbobyrev at google.com>
Date: 2020-02-19 (Wed, 19 Feb 2020)
Changed paths:
M clang-tools-extra/clangd/ClangdLSPServer.cpp
M clang-tools-extra/clangd/Protocol.h
M clang-tools-extra/clangd/test/initialize-params.test
Log Message:
-----------
[clangd] Add add commit characters to the server capabilities
Summary:
Make it more convinient for the clients to select completion items by
providing a set of default characters (punctuation).
Related issue: https://github.com/clangd/clangd/issues/284
Reviewers: sammccall
Reviewed By: sammccall
Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, kadircet, usaxena95, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D74606
More information about the All-commits
mailing list