This is an archive of the discontinued LLVM Phabricator instance.

[clang-format] Use range-for loops. NFC.
ClosedPublic

Authored by curdeius on Jan 7 2022, 12:27 AM.

Diff Detail

Event Timeline

curdeius requested review of this revision.Jan 7 2022, 12:27 AM
curdeius created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJan 7 2022, 12:27 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
MyDeveloperDay accepted this revision.Jan 7 2022, 12:31 AM

LGTM so much easier to read!! Thank you

This revision is now accepted and ready to land.Jan 7 2022, 12:31 AM
owenpan accepted this revision.Jan 7 2022, 12:48 AM
owenpan added inline comments.
clang/lib/Format/AffectedRangeManager.cpp
65–66

Remove braces.

This revision was automatically updated to reflect the committed changes.