================
@@ -118,9 +118,9 @@ const tooling::Replacements 
&WhitespaceManager::generateReplacements() {
     alignConsecutiveTableGenDefinitions();
   }
   alignChainedConditionals();
+  alignArrayInitializers();
----------------
bdunkin wrote:

Aligning elements in arrays can changed the length of a line, so we must do it 
before trailing comments and escaped newlines, otherwise they will not be 
working with the final length of the line.

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

Reply via email to