[PATCH] D143178: Add new clang-format alignment option
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 6 03:57:12 PST 2023
MyDeveloperDay added a comment.
Can you please do a full context diff see (https://llvm.org/docs/Contributing.html)
================
Comment at: clang/include/clang/Format/Format.h:225
bool AlignCompound;
+ // TODO
+ bool AcrossParameterDeclarations;
----------------
Ok you have to give us the example at least
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143178/new/
https://reviews.llvm.org/D143178
More information about the cfe-commits
mailing list