[all-commits] [llvm/llvm-project] aba047: [lldb] Delete lldbutil.PrintableRegex (NFC)
Dave Lee via All-commits
all-commits at lists.llvm.org
Sat Jan 25 09:59:28 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aba0476f23fc2a851792e9d85c25ee34a5ea7ed0
https://github.com/llvm/llvm-project/commit/aba0476f23fc2a851792e9d85c25ee34a5ea7ed0
Author: Dave Lee <davelee.com at gmail.com>
Date: 2025-01-25 (Sat, 25 Jan 2025)
Changed paths:
M lldb/packages/Python/lldbsuite/test/lldbutil.py
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/atomic/TestLibCxxAtomic.py
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/initializerlist/TestInitializerList.py
Log Message:
-----------
[lldb] Delete lldbutil.PrintableRegex (NFC)
Use of this class wasn't making use of the original regex string. Note that `re.Pattern`
has a `pattern` property to access the original regex.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list