[all-commits] [llvm/llvm-project] 952c6d: [TableGen] Add the !find bang operator
Paul C. Anagnostopoulos via All-commits
all-commits at lists.llvm.org
Wed Apr 28 06:54:05 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 952c6ddd8b32a0dc4a65147e20999428191950f0
https://github.com/llvm/llvm-project/commit/952c6ddd8b32a0dc4a65147e20999428191950f0
Author: Paul C. Anagnostopoulos <paul at windfall.com>
Date: 2021-04-28 (Wed, 28 Apr 2021)
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
M llvm/lib/TableGen/TGParser.h
A llvm/test/TableGen/find.td
Log Message:
-----------
[TableGen] Add the !find bang operator
!find searches a source string for a target string and returns the position.
Differential Revision: https://reviews.llvm.org/D101318
More information about the All-commits
mailing list