diff options
author | Pengcheng Wang <wangpengcheng.pp@bytedance.com> | 2025-03-28 16:31:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-28 16:31:00 +0800 |
commit | 883612859bd255fc964c121ea6d3b1a9fb37fc65 (patch) | |
tree | 9aa398201a0e84a4eb317c61318fa8291cc6e8e9 /clang/lib/Frontend/CreateInvocationFromCommandLine.cpp | |
parent | b52977b868b02625ade1f14bfbe835e299b26f0e (diff) | |
download | llvm-883612859bd255fc964c121ea6d3b1a9fb37fc65.zip llvm-883612859bd255fc964c121ea6d3b1a9fb37fc65.tar.gz llvm-883612859bd255fc964c121ea6d3b1a9fb37fc65.tar.bz2 |
[TableGen] Add `!instances` operator to get defined records (#129680)
The format is: `!instances<T>([regex])`.
This operator produces a list of records whose type is `T`. If
`regex` is provided, only records whose name matches the regular
expression `regex` will be included. The format of `regex` is ERE
(Extended POSIX Regular Expressions).
Diffstat (limited to 'clang/lib/Frontend/CreateInvocationFromCommandLine.cpp')
0 files changed, 0 insertions, 0 deletions