This is an archive of the discontinued LLVM Phabricator instance.

[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
std::find_if. It would be a lot simpler if we used lambdas instead.

Diff Detail

Event Timeline

bulbazord created this revision.May 8 2023, 6:30 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 8 2023, 6:30 PM
bulbazord requested review of this revision.May 8 2023, 6:30 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 8 2023, 6:30 PM
This revision is now accepted and ready to land.May 9 2023, 12:21 AM