[TableGen] add !toupper and !tolower operators to change the casing of strings.
authorZain Jaffal <z_jaffal@apple.com>
Tue, 7 Mar 2023 12:38:40 +0000 (12:38 +0000)
committerZain Jaffal <z_jaffal@apple.com>
Tue, 7 Mar 2023 12:41:56 +0000 (12:41 +0000)
commitd612a75279250b2816e06fcf9b9770575946ad69
treee05a59913e35cf592632c86235d7961518807943
parentd5c404d1b9ab934e9b230df4c09eef2425b106e9
[TableGen] add !toupper and !tolower operators to change the casing of strings.

Reviewed By: fpetrogalli

Differential Revision: https://reviews.llvm.org/D145300
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 [new file with mode: 0644]
llvm/utils/kate/llvm-tablegen.xml