[PATCH] D99458: [clang-format] Fix east const pointer alignment of operators

2021-03-29 Thread Nico Rieck via Phabricator via cfe-commits
nrieck added a comment. Ah, I missed transferring my commit access from svn. If anyone could commit for me, please do. In D99458#2655458 , @curdeius wrote: > Thinking out loud, do we test `volatile` at all? I see only the variants with block comments in

[PATCH] D99458: [clang-format] Fix east const pointer alignment of operators

2021-03-27 Thread Nico Rieck via Phabricator via cfe-commits
nrieck created this revision. nrieck requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. This patch fixes left pointer alignment after pointer qualifiers of operators. Currently "operator void const*()" is formatted with a space between const a