Extract a bit of copy/pasted regex filtering logic into a separate function and simplify it a little bit.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D130219
[lldb][NFCI] Refactor regex filtering logic in CommandObjectTypeFormatterList ClosedPublic Authored by jgorbe on Jul 20 2022, 7:37 PM.
Details Summary Extract a bit of copy/pasted regex filtering logic into a separate function and simplify it a little bit.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Jul 21 2022, 6:56 AM
Closed by commit rGfa3a2e611d84: [lldb][NFCI] Refactor regex filtering logic in CommandObjectTypeFormatterList (authored by jgorbe). · Explain WhyJul 21 2022, 9:22 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 446532 lldb/source/Commands/CommandObjectType.cpp
|
What's up with all the parentheses? This is just a regular || between three choices...