================
@@ -805,6 +809,13 @@ void ContinuationIndenter::addTokenOnCurrentLine(LineState 
&State, bool DryRun,
     CurrentState.NoLineBreak = true;
   }
 
+  // If this is the first element of an array initializer that needs to have
+  // it's columns aligned, do not allow any further elements to break the line.
----------------
sstwcw wrote:

It's stands for it is.

https://github.com/llvm/llvm-project/pull/143781
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to