[PATCH] D88600: [TableGen] New backend to print fully detailed records

Paul C. Anagnostopoulos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 1 16:26:10 PDT 2020


Paul-C-Anagnostopoulos updated this revision to Diff 295688.
Paul-C-Anagnostopoulos added a comment.

I changed SourceMgr::getFormattedLocation() to getFormattedLocationNoOffset() to make it clear and to save the former name for a possible general source location formatter.

I will push this patch on Friday.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88600/new/

https://reviews.llvm.org/D88600

Files:
  llvm/docs/TableGen/BackGuide.rst
  llvm/include/llvm/Support/SourceMgr.h
  llvm/include/llvm/TableGen/Record.h
  llvm/lib/Support/SourceMgr.cpp
  llvm/lib/TableGen/CMakeLists.txt
  llvm/lib/TableGen/DetailedRecordsBackend.cpp
  llvm/lib/TableGen/Main.cpp
  llvm/lib/TableGen/Record.cpp
  llvm/lib/TableGen/TableGenBackendSkeleton.cpp
  llvm/utils/TableGen/TableGen.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88600.295688.patch
Type: text/x-patch
Size: 18816 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201001/f7b5f834/attachment.bin>


More information about the llvm-commits mailing list