================
@@ -768,15 +768,25 @@ void
ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun,
// parenthesis by disallowing any further line breaks if there is no line
// break after the opening parenthesis. Don't break if it doesn't conserve
// columns.
+ auto isOpeningBracket = [&](const FormatToken &Tok) {
+ auto isStartOfBracedList = [&](const FormatToken &Tok) {
----------------
HazardyKnusperkeks wrote:
```suggestion
auto IsOpeningBracket = [&](const FormatToken &Tok) {
auto IsStartOfBracedList = [&](const FormatToken &Tok) {
```
https://github.com/llvm/llvm-project/pull/77699
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits