[PATCH] D31635: [clang-format] Added ReferenceAlignmentStyle option
MyDeveloperDay via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 8 00:11:02 PDT 2019
MyDeveloperDay added a comment.
I hadn't realized that AStyle had a separate reference alignment style, anyone coming from Astyle potentially would miss that behaviour as it would represent itself as subtle changes.
For this example you state, with your patch
int Add2( BTree*& Root, char *szToAdd )
How is this formatted in comparison to Astyle?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D31635/new/
https://reviews.llvm.org/D31635
More information about the llvm-commits
mailing list