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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D150168
[lldb] Simplify predicates of find_if in BroadcastManager ClosedPublic Authored by bulbazord on May 8 2023, 6:30 PM.
Details Summary We had some custom classes that were used as the predicate for
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 9 2023, 12:21 AM Closed by commit rGec77d1f3d9fc: [lldb] Simplify predicates of find_if in BroadcastManager (authored by bulbazord). · Explain WhyMay 9 2023, 10:00 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 520736 lldb/include/lldb/Utility/Broadcaster.h
lldb/source/Utility/Broadcaster.cpp
|