This is an archive of the discontinued LLVM Phabricator instance.

[clang-format][NFC] Rename Left to OpeningParen...
ClosedPublic

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

Details

Summary

in TokenAnnotator::parseParens(). Left is misleading since we have a loop and Left is not adjusted.

Diff Detail

Event Timeline

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

LGTM. Thanks!

This revision is now accepted and ready to land.Mar 13 2022, 2:13 PM
owenpan accepted this revision.Mar 13 2022, 4:16 PM