Files
clang-p2996/lldb/source/Utility
Alex Langford 193c7d10cb [lldb][NFCI] Remove custom matcher classes in Listener in favor of lambdas
Instead of writing boilerplate classes to serve as matchers for things
like `find_if` and `erase_if`, we can use lambdas. I believe this
simplifies the Listener class.

Differential Revision: https://reviews.llvm.org/D152846
2023-06-16 10:50:15 -07:00
..