[PATCH] D93419: [TableGen] Add the !substr() bang operator

Paul C. Anagnostopoulos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 21 10:31:14 PST 2020


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

Change SIZE_MAX to std::numeric_limits<int64_t>::max() to fix a build failure.


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

https://reviews.llvm.org/D93419

Files:
  llvm/docs/TableGen/ProgRef.rst
  llvm/include/llvm/TableGen/Record.h
  llvm/lib/TableGen/Record.cpp
  llvm/lib/TableGen/TGLexer.cpp
  llvm/lib/TableGen/TGLexer.h
  llvm/lib/TableGen/TGParser.cpp
  llvm/lib/TableGen/TGParser.h
  llvm/test/TableGen/substr.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93419.313148.patch
Type: text/x-patch
Size: 11730 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201221/cb3934b1/attachment.bin>


More information about the llvm-commits mailing list