[PATCH] D145300: [TableGen] add !toupper and !tolower operators to change the casing of strings.

Zain Jaffal via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 7 04:40:59 PST 2023


zjaffal updated this revision to Diff 502989.
zjaffal added a comment.

fix ProgRef.rst to indicate that the new operators only work for strings


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145300

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/test/TableGen/string_ops.td
  llvm/utils/kate/llvm-tablegen.xml

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145300.502989.patch
Type: text/x-patch
Size: 10882 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230307/8aa264f0/attachment-0001.bin>


More information about the llvm-commits mailing list