[all-commits] [llvm/llvm-project] 8cbbc5: [mlir-lsp-server] Add support for processing split...
River Riddle via All-commits
all-commits at lists.llvm.org
Thu May 27 14:47:46 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8cbbc5d00b6a13ccef2b61d151aa56e9f851839c
https://github.com/llvm/llvm-project/commit/8cbbc5d00b6a13ccef2b61d151aa56e9f851839c
Author: River Riddle <riddleriver at gmail.com>
Date: 2021-05-27 (Thu, 27 May 2021)
Changed paths:
M mlir/lib/Tools/mlir-lsp-server/MLIRServer.cpp
A mlir/test/mlir-lsp-server/definition-split-file.test
Log Message:
-----------
[mlir-lsp-server] Add support for processing split files
MLIR tools very commonly use `// -----` to split a file into distinct sub documents, that are processed separately. This revision adds support to mlir-lsp-server for splitting MLIR files based on this sigil, and processing them separately.
Differential Revision: https://reviews.llvm.org/D102660
More information about the All-commits
mailing list