[PATCH] D136154: Fix the continuation indenter

2022-10-18 Thread Björn Schäpers via Phabricator via cfe-commits
HazardyKnusperkeks added inline comments. Comment at: clang/lib/Format/ContinuationIndenter.cpp:812-814 +if (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None || ++ Style.BreakBeforeBinaryOperators == FormatStyle::BOS_NonAssignment) CurrentState.LastSpace

[PATCH] D136154: Fix the continuation indenter

2022-10-18 Thread Henrik Lafrenz via Phabricator via cfe-commits
hel-ableton created this revision. hel-ableton added reviewers: JonasToth, MyDeveloperDay, owenpan. hel-ableton added a project: clang-format. Herald added a project: All. hel-ableton requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. When Sty