This is an archive of the discontinued LLVM Phabricator instance.

[clang-format][NFC] Left renamed to OpeningBrace...
ClosedPublic

Authored by HazardyKnusperkeks on Mar 13 2022, 2:13 PM.

Details

Summary

in TokenAnnotator::parseBrace. Left is misleading, because we have a loop and Left does not move.

Also return early.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptMar 13 2022, 2:13 PM
HazardyKnusperkeks requested review of this revision.Mar 13 2022, 2:13 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 13 2022, 2:13 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
curdeius accepted this revision.Mar 13 2022, 2:24 PM

LGTM!

This revision is now accepted and ready to land.Mar 13 2022, 2:24 PM
owenpan accepted this revision.Mar 13 2022, 5:11 PM