[clang-format] Fix a crash with AlignArrayOfStructures option (#86420)
authorOwen Pan <owenpiano@gmail.com>
Sun, 24 Mar 2024 22:22:40 +0000 (15:22 -0700)
committerTom Stellard <tstellar@redhat.com>
Tue, 14 May 2024 00:55:32 +0000 (17:55 -0700)
commitf1491c7460e788f15d3fc2ad2a6bcf86606272ec
tree00d9cb0a1d4922f106ece7654ddb6ce0917fcd9a
parent8d65f14cb6ff87536433b934fea3730c63bd466a
[clang-format] Fix a crash with AlignArrayOfStructures option (#86420)

Fixes #86109.

(cherry picked from commit cceedc939a43c7c732a5888364251775bffc2dba)
clang/lib/Format/WhitespaceManager.cpp
clang/unittests/Format/FormatTest.cpp