[all-commits] [llvm/llvm-project] d612a7: [TableGen] add !toupper and !tolower operators to ...

Zain Jaffal via All-commits all-commits at lists.llvm.org
Tue Mar 7 04:42:22 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d612a75279250b2816e06fcf9b9770575946ad69
      https://github.com/llvm/llvm-project/commit/d612a75279250b2816e06fcf9b9770575946ad69
  Author: Zain Jaffal <z_jaffal at apple.com>
  Date:   2023-03-07 (Tue, 07 Mar 2023)

  Changed paths:
    M llvm/docs/TableGen/ProgRef.rst
    M llvm/include/llvm/TableGen/Record.h
    M llvm/lib/TableGen/Record.cpp
    M llvm/lib/TableGen/TGLexer.cpp
    M llvm/lib/TableGen/TGLexer.h
    M llvm/lib/TableGen/TGParser.cpp
    A llvm/test/TableGen/string_ops.td
    M llvm/utils/kate/llvm-tablegen.xml

  Log Message:
  -----------
  [TableGen] add !toupper and !tolower operators to change the casing of strings.

Reviewed By: fpetrogalli

Differential Revision: https://reviews.llvm.org/D145300




More information about the All-commits mailing list