llvm-project/mlir/lib/Tools/lsp-server-support
River Riddle ed344c8877 [mlir:LSP] Add a quickfix code action for inserting expected-* diagnostic checks
This allows for automatically inserting expected checks for parser and verifier
diagnostics, which simplifies the workflow when building new dialect
constructs or extending existing ones.

Differential Revision: https://reviews.llvm.org/D130152
2022-07-20 15:43:59 -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:LSP] Add a quickfix code action for inserting expected-* diagnostic checks 2022-07-20 15:43:59 -07:00
Protocol.h [mlir:LSP] Add a quickfix code action for inserting expected-* diagnostic checks 2022-07-20 15:43:59 -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 Use value_or instead of getValueOr (NFC) 2022-06-19 10:34:41 -07:00
Transport.h