You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running clang-format 19.1.4 twice produces different results when we have #define statements within an initializer. Running with clang-format 18.1.1 shows no difference on repeated invocations.
Bisected it to commit ee23599. IMO this is not a regression because the l_brace above #_x was already incorrectly annotated as FunctionLBrace before the commit.
Running clang-format 19.1.4 twice produces different results when we have #define statements within an initializer. Running with clang-format 18.1.1 shows no difference on repeated invocations.
Given
idempotent_define.cpp
using
_clang-format
:clang-format 19.1.4 yields the following differences on successive runs. Notice that define flips between being on a single line and multiple lines.
The text was updated successfully, but these errors were encountered: