[PATCH] D121069: [clang-format] Minimize the damage caused by AlignArrayOfStructures when working on non square arrays
Fred Grim via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Mar 6 08:44:23 PST 2022
feg208 accepted this revision.
feg208 added a comment.
I have been watching the issues pile up around this but work has prevented me from focusing on them. This seems like a reasonable compromise but the note of disabling this feature is also reasonable. Given where it had to be placed in the formatting flow I suspect it will be challenging to resolve most of the troublesome corner cases. I did investigate one bug I picked up but ran into the problems you described earlier and was going down the same compromise path.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121069/new/
https://reviews.llvm.org/D121069
More information about the cfe-commits
mailing list