[mlir][lsp] Use ResultGroupDefinition struct
authorMogball <jeffniu22@gmail.com>
Tue, 16 Nov 2021 23:59:37 +0000 (23:59 +0000)
committerMogball <jeffniu22@gmail.com>
Wed, 17 Nov 2021 00:40:57 +0000 (00:40 +0000)
commit47f76bb0f478f8c5c1c0d8e8ba374b995b1dccde
tree036d06b92695bdfa18b82a623ffec17af996c40e
parentb2fbd45d2395f1f6ef39db72b7156724fc101e40
[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
mlir/include/mlir/Parser/AsmParserState.h
mlir/lib/Parser/AsmParserState.cpp
mlir/lib/Tools/mlir-lsp-server/MLIRServer.cpp