This is an archive of the discontinued LLVM Phabricator instance.

[lldb][NFC] Modernize for-loops in ModuleList
ClosedPublic

Authored by teemperor on Oct 24 2021, 7:28 AM.

Details

Reviewers
mib
Group Reviewers
Restricted Project
Commits
rG4cf9d1e4492f: [lldb][NFC] Modernize for-loops in ModuleList

Diff Detail

Event Timeline

teemperor created this revision.Oct 24 2021, 7:28 AM
teemperor requested review of this revision.Oct 24 2021, 7:28 AM

Straightforward but looking for a second set of eyes

lldb/source/Core/ModuleList.cpp
204

I'll make this early-exit as a follow-up (along with some other functions that could do the same).

mib accepted this revision as: mib.Oct 24 2021, 7:47 AM
mib added a subscriber: mib.

LGTM

This revision is now accepted and ready to land.Oct 24 2021, 7:47 AM
This revision was automatically updated to reflect the committed changes.