in TokenAnnotator::parseParens(). Left is misleading since we have a loop and Left is not adjusted.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D121557
[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 TimelineHazardyKnusperkeks added a child revision: D121550: [clang-format] Fix crash on invalid requires expression.Mar 13 2022, 2:09 PM This revision is now accepted and ready to land.Mar 13 2022, 2:13 PM Closed by commit rG2d8e907016ef: [clang-format][NFC] Rename Left to OpeningParen... (authored by HazardyKnusperkeks). · Explain WhyMar 14 2022, 4:45 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 415065 clang/lib/Format/TokenAnnotator.cpp
|