================
@@ -399,6 +399,15 @@ AlignTokenSequence(const FormatStyle &Style, unsigned 
Start, unsigned End,
       }
     }
   }
+
+  // The scope to be aligned may not occupy entire lines. The rest of the line
----------------
HazardyKnusperkeks wrote:

And if we edit the value of `End` down at line 662, or even 522? I find it a 
bit bad, to feed a `Start` `End` range into `AlignTokenSequence` and that then 
operates beyond that range. 

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

Reply via email to