[PATCH] D134087: [TableGen] Track reference locations of Records/RecordVals

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 16 15:07:08 PDT 2022


rriddle created this revision.
Herald added subscribers: bzcheeseman, sdasgup3, wenzhicui, wrengr, cota, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, aartbik, mgester, arpith-jacob, antiagainst, shauheen, mehdi_amini, bollu, hiraditya.
Herald added a project: All.
rriddle requested review of this revision.
Herald added subscribers: llvm-commits, stephenneuendorffer, nicolasvasilache.
Herald added projects: MLIR, LLVM.

This is extremely useful for language tooling as it allows
for providing go-to-def/find-references/etc. for many
more situations than what is currently possible.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D134087

Files:
  llvm/include/llvm/TableGen/Record.h
  llvm/lib/TableGen/TGLexer.cpp
  llvm/lib/TableGen/TGLexer.h
  llvm/lib/TableGen/TGParser.cpp
  llvm/lib/TableGen/TGParser.h
  llvm/test/TableGen/ConstraintChecking1.td
  llvm/test/TableGen/ConstraintChecking2.td
  llvm/test/TableGen/ConstraintChecking3.td
  llvm/test/TableGen/ConstraintChecking4.td
  llvm/test/TableGen/ConstraintChecking5.td
  llvm/test/TableGen/ConstraintChecking6.td
  llvm/test/TableGen/ConstraintChecking7.td
  llvm/test/TableGen/GlobalISelEmitter-setcc.td
  llvm/test/TableGen/RegisterClass.td
  llvm/test/TableGen/SchedModelError.td
  llvm/test/TableGen/generic-tables.td
  mlir/lib/Tools/tblgen-lsp-server/TableGenServer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134087.460920.patch
Type: text/x-patch
Size: 18429 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220916/c5fdee3d/attachment.bin>


More information about the llvm-commits mailing list