[PATCH] D33029: [clang-format] add option for dangling parenthesis

Ryan Stringham via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 10 13:12:15 PDT 2017


stringham added a comment.

If the parameter list fits within the column limit, and there are no trailing commas, then we don't end up wrapping the closing paren.

If it is long enough that it causes wrapping (regardless of trailing commas), and the wrapping happens directly after the opening paren, we break before the closing paren.


https://reviews.llvm.org/D33029





More information about the cfe-commits mailing list