[all-commits] [llvm/llvm-project] 3bcc63: [mlir][lsp] Add LSP support for attribute and type...
Jeff Niu via All-commits
all-commits at lists.llvm.org
Thu Aug 24 22:50:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3bcc63e36ad4afc653ba2e2e92a553452252f92f
https://github.com/llvm/llvm-project/commit/3bcc63e36ad4afc653ba2e2e92a553452252f92f
Author: Mogball <jeff at modular.com>
Date: 2023-08-25 (Fri, 25 Aug 2023)
Changed paths:
M mlir/include/mlir/AsmParser/AsmParserState.h
M mlir/lib/AsmParser/AsmParserState.cpp
M mlir/lib/AsmParser/Parser.cpp
M mlir/lib/Tools/mlir-lsp-server/MLIRServer.cpp
M mlir/test/mlir-lsp-server/definition.test
M mlir/test/mlir-lsp-server/references.test
Log Message:
-----------
[mlir][lsp] Add LSP support for attribute and type aliases
This wires in attribute and type aliases into the MLIR LSP server. This
will allow goto definition and find references on attribute and type
references, which should make debugging locations and other metadata
easier.
Depends on D158781
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D158782
More information about the All-commits
mailing list