summaryrefslogtreecommitdiff
path: root/mlir/lib/Tools/PDLL/Parser/CodeComplete.cpp
AgeCommit message (Collapse)Author
2022-11-08[mlir:PDLL] Allow complex constraints on Rewrite arguments/resultsRiver Riddle
The documentation already has examples of this, and it allows for using nicer C++ types when defining native Rewrites. Differential Revision: https://reviews.llvm.org/D133989
2022-03-19[mlir][PDLL] Add code completion to the PDLL language serverRiver Riddle
This commit adds code completion support to the language server, and initially supports providing completions for: Member access, attributes/constraint/dialect/operation names, and pattern metadata. Differential Revision: https://reviews.llvm.org/D121544