[PATCH] D121557: [clang-format][NFC] Rename Left to OpeningParen...

Björn Schäpers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 13 14:07:58 PDT 2022


HazardyKnusperkeks created this revision.
HazardyKnusperkeks added reviewers: owenpan, MyDeveloperDay, curdeius.
HazardyKnusperkeks added a project: clang-format.
Herald added a project: All.
HazardyKnusperkeks requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D121557

Files:
  clang/lib/Format/TokenAnnotator.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121557.414955.patch
Type: text/x-patch
Size: 11146 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220313/cc2ee0ac/attachment.bin>


More information about the cfe-commits mailing list