[all-commits] [llvm/llvm-project] 47f76b: [mlir][lsp] Use ResultGroupDefinition struct
Jeff Niu via All-commits
all-commits at lists.llvm.org
Tue Nov 16 16:41:10 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 47f76bb0f478f8c5c1c0d8e8ba374b995b1dccde
https://github.com/llvm/llvm-project/commit/47f76bb0f478f8c5c1c0d8e8ba374b995b1dccde
Author: Mogball <jeffniu22 at gmail.com>
Date: 2021-11-17 (Wed, 17 Nov 2021)
Changed paths:
M mlir/include/mlir/Parser/AsmParserState.h
M mlir/lib/Parser/AsmParserState.cpp
M mlir/lib/Tools/mlir-lsp-server/MLIRServer.cpp
Log Message:
-----------
[mlir][lsp] Use ResultGroupDefinition struct
This struct was added and was intended to be used, but it was missed in the original patch.
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D114041
More information about the All-commits
mailing list