This is an archive of the discontinued LLVM Phabricator instance.

[mlir][PDLL] Add hover support to the PDLL language server
ClosedPublic

Authored by rriddle on Mar 13 2022, 12:47 AM.

Details

Summary

This adds support for providing information when hovering over
operation names, variables, patters, constraints, and rewrites.

Diff Detail

Event Timeline

rriddle created this revision.Mar 13 2022, 12:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 13 2022, 12:47 AM
rriddle requested review of this revision.Mar 13 2022, 12:47 AM
rriddle updated this revision to Diff 414999.Mar 13 2022, 10:15 PM
rriddle edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Mar 16 2022, 12:06 AM
jpienaar accepted this revision.Mar 16 2022, 5:10 PM
jpienaar added inline comments.
mlir/lib/Tools/mlir-pdll-lsp-server/PDLLServer.cpp
405

Variable (to be consistent)

rriddle updated this revision to Diff 416679.Mar 19 2022, 3:37 AM
rriddle marked an inline comment as done.