[PATCH] D119599: [clang-format] Add option to align compound assignments like `+=`
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Mar 5 23:49:10 PST 2022
njames93 added a comment.
How does this handle cases with multiple assignments in one statement, and can tests be added to demonstrate the behaviour.
Foo += Bar <<= 5;
Int Baz = 5;
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119599/new/
https://reviews.llvm.org/D119599
More information about the cfe-commits
mailing list