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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to