[all-commits] [llvm/llvm-project] 857b0a: [mlir-lsp] Add client information to the Initializ...
River Riddle via All-commits
all-commits at lists.llvm.org
Tue Jul 18 12:28:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 857b0a1f400b385b27d6c252f74a80f121f46227
https://github.com/llvm/llvm-project/commit/857b0a1f400b385b27d6c252f74a80f121f46227
Author: River Riddle <riddleriver at gmail.com>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M mlir/include/mlir/Tools/lsp-server-support/Protocol.h
M mlir/lib/Tools/lsp-server-support/Protocol.cpp
M mlir/test/mlir-lsp-server/initialize-params-invalid.test
M mlir/test/mlir-lsp-server/initialize-params.test
Log Message:
-----------
[mlir-lsp] Add client information to the InitializationParams
This is specified in the spec, but we just never really needed it. This
allows for users of the LSP libraries to inspect information about the
client that is connected to the server.
Differential Revision: https://reviews.llvm.org/D155566
More information about the All-commits
mailing list