diff options
author | Jorge Gorbe Moya <jgorbe@google.com> | 2022-09-02 16:13:13 -0700 |
---|---|---|
committer | Jorge Gorbe Moya <jgorbe@google.com> | 2022-09-13 12:50:55 -0700 |
commit | ef3fa232b338fd73475656ed61847295b0beef24 (patch) | |
tree | ee0681d912ea64977cde42a66f6208a01869be60 /llvm/lib/CodeGen/MachineOperand.cpp | |
parent | 2e8863b6a11f12d31490bc054da4d47c6adc8143 (diff) | |
download | llvm-ef3fa232b338fd73475656ed61847295b0beef24.zip llvm-ef3fa232b338fd73475656ed61847295b0beef24.tar.gz llvm-ef3fa232b338fd73475656ed61847295b0beef24.tar.bz2 |
[Formatters][NFCI] Replace 'is_regex' arguments with an enum.
Modify `SBTypeNameSpecifier` and `lldb_private::TypeMatcher` so they
have an enum value for the type of matching to perform instead of an
`m_is_regex` boolean value.
This change paves the way for introducing formatter matching based on
the result of a python callback in addition to the existing name-based
matching. See the RFC thread at
https://discourse.llvm.org/t/rfc-python-callback-for-data-formatters-type-matching/64204
for more details.
Differential Revision: https://reviews.llvm.org/D133240
Diffstat (limited to 'llvm/lib/CodeGen/MachineOperand.cpp')
0 files changed, 0 insertions, 0 deletions