[Lldb-commits] [PATCH] D150168: [lldb] Simplify predicates of find_if in BroadcastManager
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon May 8 18:30:43 PDT 2023
bulbazord created this revision.
bulbazord added reviewers: JDevlieghere, jingham, mib.
Herald added a project: All.
bulbazord requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
We had some custom classes that were used as the predicate for
`std::find_if`. It would be a lot simpler if we used lambdas instead.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D150168
Files:
lldb/include/lldb/Utility/Broadcaster.h
lldb/source/Utility/Broadcaster.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150168.520548.patch
Type: text/x-patch
Size: 7892 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230509/fb9a0473/attachment.bin>
More information about the lldb-commits
mailing list