[PATCH] D33589: clang-format: consider not splitting tokens in optimization
Francois Ferrand via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 19 05:50:11 PDT 2017
Typz added a comment.
> I am still trying to get to the bottom of this assertion, any hint where to look for?
OK, got it. The issue is that we will actually need to run the wrapping 3 times when DryRun = false : call reflowProtrudingToken() twice with DryRun=true to find out the better option, then call it once more with DryRun=false.
https://reviews.llvm.org/D33589
More information about the cfe-commits
mailing list