[all-commits] [llvm/llvm-project] d6af89: [mlir-lsp-server] Add support for tracking the use...
River Riddle via All-commits
all-commits at lists.llvm.org
Thu Jun 3 16:12:52 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d6af89beb26df549d5b9e9041dac3b205b44e512
https://github.com/llvm/llvm-project/commit/d6af89beb26df549d5b9e9041dac3b205b44e512
Author: River Riddle <riddleriver at gmail.com>
Date: 2021-06-03 (Thu, 03 Jun 2021)
Changed paths:
M mlir/include/mlir/Parser/AsmParserState.h
M mlir/lib/Parser/AsmParserState.cpp
M mlir/lib/Parser/AttributeParser.cpp
M mlir/lib/Parser/Parser.cpp
M mlir/lib/Tools/mlir-lsp-server/MLIRServer.cpp
M mlir/test/mlir-lsp-server/definition-split-file.test
M mlir/test/mlir-lsp-server/definition.test
M mlir/test/mlir-lsp-server/hover.test
M mlir/test/mlir-lsp-server/references.test
Log Message:
-----------
[mlir-lsp-server] Add support for tracking the use/def chains of symbols
This revision adds assembly state tracking for uses of symbols, allowing for go-to-definition and references support for SymbolRefAttrs.
Differential Revision: https://reviews.llvm.org/D103585
More information about the All-commits
mailing list