This allows for following links to include files. This support is effectively
identical to the logic in the PDLL language server, and code is shared as
much as possible.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D125442
[mlir][Tablegen-LSP] Add support for include file link and hover ClosedPublic Authored by rriddle on May 11 2022, 8:01 PM.
Details Summary This allows for following links to include files. This support is effectively
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 25 2022, 10:46 AM Closed by commit rG682ca00e218d: [mlir][Tablegen-LSP] Add support for include file link and hover (authored by rriddle). · Explain WhyMay 27 2022, 2:40 AM This revision was automatically updated to reflect the committed changes. rriddle marked an inline comment as done.
Revision Contents
Diff 432505 mlir/lib/Tools/lsp-server-support/SourceMgrUtils.h
mlir/lib/Tools/lsp-server-support/SourceMgrUtils.cpp
mlir/lib/Tools/mlir-pdll-lsp-server/PDLLServer.cpp
mlir/lib/Tools/tblgen-lsp-server/LSPServer.cpp
mlir/lib/Tools/tblgen-lsp-server/TableGenServer.h
mlir/lib/Tools/tblgen-lsp-server/TableGenServer.cpp
mlir/test/tblgen-lsp-server/document-links.test
mlir/test/tblgen-lsp-server/hover.test
mlir/test/tblgen-lsp-server/initialize-params.test
|
Do we have to worry about something like \\" ?