krasimir added a comment.
We could adapt the single-argument version instead, turning:
foo(bbbbbbbbbbbbbbbbbb +
ccccccccccccccccc);
into:
foo(bbbbbbbbbbbbbbbbbb +
ccccccccccccccccc);
Repository:
rC Clang
https://reviews.llvm.org/D42787