We were accidentally only using the first found reference, instead of all of them. This revision fixes this by properly tracking all references to a symbol.
Depends On D103729
Paths
| Differential D103730
[mlir-lsp-server] Fix bug in symbol use/def tracking ClosedPublic Authored by rriddle on Jun 4 2021, 5:07 PM.
Details
Summary We were accidentally only using the first found reference, instead of all of them. This revision fixes this by properly tracking all references to a symbol. Depends On D103729
Diff Detail
Event TimelineHerald added subscribers: dcaballe, cota, teijeong and 16 others. · View Herald TranscriptJun 4 2021, 5:07 PM This revision is now accepted and ready to land.Jun 5 2021, 4:32 PM This revision was landed with ongoing or failed builds.Jun 7 2021, 2:11 PM Closed by commit rG2db4701cafd4: [mlir-lsp-server] Fix bug in symbol use/def tracking (authored by rriddle). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 350415 mlir/lib/Parser/AsmParserState.cpp
mlir/test/mlir-lsp-server/references.test
|