aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/mlir-pdll-lsp-server
AgeCommit message (Expand)AuthorFilesLines
2023-05-26[NFC][Py Reformat] Reformat python files in mlir subdirTobias Hieta1-1/+1
2022-06-06[mlir:PDLL] Add support for inlay hintsRiver Riddle2-0/+108
2022-06-06[mlir:LSP] Switch document sync mode to IncrementalRiver Riddle2-1/+97
2022-06-02[mlir:PDLL] Add better support for providing Constraint/Pattern/Rewrite docum...River Riddle1-20/+20
2022-05-30[mlir:PDLL] Fix signature help for operation operandsRiver Riddle2-8/+156
2022-05-30[mlir:PDLL-LSP] Add a custom LSP command for viewing the output of PDLLRiver Riddle1-0/+43
2022-04-28[mlir:LSP] Improve conversion between SourceMgr and LSP locationsRiver Riddle1-1/+1
2022-04-26[mlir:PDLL] Use normalized paths in compilation database testRiver Riddle1-1/+1
2022-04-26[mlir:PDLL] Fix build on windows related to different file pathsRiver Riddle1-2/+2
2022-04-26[mlir][PDLL-LSP] Add code completion for include file pathsRiver Riddle1-5/+25
2022-04-26[mlir][PDLL] Add document link and hover support to mlir-pdll-lsp-serverRiver Riddle3-2/+100
2022-04-26[mlir][PDLL] Add initial support for a PDLL compilation databaseRiver Riddle4-0/+28
2022-03-19[mlir][PDLL] Add signature help to the PDLL language serverRiver Riddle2-0/+95
2022-03-19[mlir][PDLL] Add code completion to the PDLL language serverRiver Riddle2-0/+212
2022-03-19[mlir][PDLL] Add symbol support to the PDLL language serverRiver Riddle2-0/+94
2022-03-19[mlir][PDLL] Add hover support to the PDLL language serverRiver Riddle2-0/+134
2022-03-19[mlir][PDLL] Add an initial language server for PDLLRiver Riddle8-0/+246