================ @@ -242,13 +242,13 @@ class LineJoiner { if (Style.ColumnLimit > 0 && Indent > Style.ColumnLimit) return 0; - unsigned Limit = + unsigned LimitStripIndent = ---------------- HazardyKnusperkeks wrote:
Can you make this, and `Limit` `const`, since it is now not changed anymore? https://github.com/llvm/llvm-project/pull/151428 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits