[all-commits] [llvm/llvm-project] 7ead20: [lldb] Use llvm::erase_if (NFC) (#146624)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Wed Jul 2 03:01:20 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7ead20db28425b81ae56f27928af909f518d7c60
https://github.com/llvm/llvm-project/commit/7ead20db28425b81ae56f27928af909f518d7c60
Author: Kazu Hirata <kazu at google.com>
Date: 2025-07-02 (Wed, 02 Jul 2025)
Changed paths:
M lldb/source/Plugins/Instruction/RISCV/EmulateInstructionRISCV.cpp
Log Message:
-----------
[lldb] Use llvm::erase_if (NFC) (#146624)
Note that erase_if combines erase and remove_if.
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