[PATCH] D30492: [clang-format] Allow all but the first string literal in a sequence to be put on a newline

Daniel Jasper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 2 04:31:25 PST 2017


djasper added a comment.

As discussed offline, I think this solves the wrong problem. My guess is that breakProtrudingToken checks State.Stack.back().NoLinebreak, but I forget to make it also check NoLinebreakInOperand.


https://reviews.llvm.org/D30492





More information about the cfe-commits mailing list