[all-commits] [llvm/llvm-project] f9ea3e: [mlir-lsp-server] Add support for recording text d...
River Riddle via All-commits
all-commits at lists.llvm.org
Tue May 18 13:10:31 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f9ea3ebef2289e64d9df00e58ad57b331244c054
https://github.com/llvm/llvm-project/commit/f9ea3ebef2289e64d9df00e58ad57b331244c054
Author: River Riddle <riddleriver at gmail.com>
Date: 2021-05-18 (Tue, 18 May 2021)
Changed paths:
M mlir/lib/Tools/mlir-lsp-server/LSPServer.cpp
M mlir/lib/Tools/mlir-lsp-server/MLIRServer.cpp
M mlir/lib/Tools/mlir-lsp-server/MLIRServer.h
M mlir/lib/Tools/mlir-lsp-server/lsp/Protocol.cpp
M mlir/lib/Tools/mlir-lsp-server/lsp/Protocol.h
M mlir/lib/Tools/mlir-lsp-server/lsp/Transport.cpp
M mlir/lib/Tools/mlir-lsp-server/lsp/Transport.h
M mlir/test/mlir-lsp-server/diagnostics.test
Log Message:
-----------
[mlir-lsp-server] Add support for recording text document versions
The version is used by LSP clients to ignore stale diagnostics, and can be used in a followup to help verify incremental changes.
Differential Revision: https://reviews.llvm.org/D102644
More information about the All-commits
mailing list