[clang-format] PointerAlignment
does not respect pointer to member field
#85761
Labels
PointerAlignment
does not respect pointer to member field
#85761
Environment
The tested v19 clang-format executable was built from latest source of 13.03.2024. Also tested with clang-format 17.0.3.
Setting in .clang-format is:
Problem
formats to
For the pointers to member field we expect the space between the
::*
and thevariable/parameter
name to be there and NOT removed.The text was updated successfully, but these errors were encountered: