[mlir-lsp-server] Add support for hover on region operations
authorRiver Riddle <riddleriver@gmail.com>
Mon, 7 Jun 2021 20:59:39 +0000 (13:59 -0700)
committerRiver Riddle <riddleriver@gmail.com>
Mon, 7 Jun 2021 21:07:41 +0000 (14:07 -0700)
commitf492c35965036d67833dae3c21498dcd1c1ed1fe
tree1e2d6286376afb30996530be2be627e4fb1f5a61
parent17c43c404535fe427d2cddb665154ae601d505bd
[mlir-lsp-server] Add support for hover on region operations

This revision adds support for hover on region operations, by temporarily removing the regions during printing. This revision also tweaks the hover format for operations to include symbol information, now that FuncOp can be shown in the hover.

Differential Revision: https://reviews.llvm.org/D103727
mlir/include/mlir/IR/SymbolTable.h
mlir/lib/IR/SymbolTable.cpp
mlir/lib/Tools/mlir-lsp-server/MLIRServer.cpp
mlir/test/mlir-lsp-server/hover.test