[PATCH] D121069: [clang-format] Minimize the damage caused by AlignArrayOfStructures when working on non square arrays
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Mar 6 08:51:37 PST 2022
MyDeveloperDay added a comment.
@feg208 I could do with some clarity on the algorithm, am I correct in thinking it requires that the first row, contain at least the maximum number of columns for the rest of the array. I sort of noticed it was fine if the first row was larger
{
{1,2,3 }
{4,5}
{6}
}
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121069/new/
https://reviews.llvm.org/D121069
More information about the cfe-commits
mailing list