[PATCH] D32475: [clang-format] Don’t propagate AvoidBinPacking into argument subexpressions
Jacob Bandes-Storch via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 26 15:36:45 PDT 2017
jtbandes added a comment.
@djasper how does this look?
I could try to simplify the examples further, but I feel it's important to have calls with many subexpressions to exercise this behavior properly. FWIW, my real-world use case is with `<<` appearing as an output stream operator inside a macro invocation.
https://reviews.llvm.org/D32475
More information about the cfe-commits
mailing list