llvm-project/mlir/lib/Tools/lsp-server-support
River Riddle 5919eab55c [mlir:PDLL] Add support for inlay hints
These allow for displaying additional inline information,
such as the types of variables, names operands/results,
constraint/rewrite arguments, etc. This requires a bump in the
vscode extension to a newer version, as inlay hints are a new LSP feature.

Differential Revision: https://reviews.llvm.org/D126033
2022-06-06 20:20:19 -07:00
..
CMakeLists.txt [mlir][Tablegen-LSP] Add support for a compilation database 2022-05-27 02:39:49 -07:00
CompilationDatabase.cpp [mlir:PDLL-LSP] Add a custom LSP command for viewing the output of PDLL 2022-05-30 17:35:34 -07:00
CompilationDatabase.h [mlir][Tablegen-LSP] Add support for a compilation database 2022-05-27 02:39:49 -07:00
Logging.cpp
Logging.h
Protocol.cpp [mlir:PDLL] Add support for inlay hints 2022-06-06 20:20:19 -07:00
Protocol.h [mlir:PDLL] Add support for inlay hints 2022-06-06 20:20:19 -07:00
SourceMgrUtils.cpp [mlir][Tablegen-LSP] Add support for include file link and hover 2022-05-27 02:39:49 -07:00
SourceMgrUtils.h [mlir][Tablegen-LSP] Add support for include file link and hover 2022-05-27 02:39:49 -07:00
Transport.cpp
Transport.h