[PATCH] D37007: [clang-format] Break non-trailing block comments

2017-08-22 Thread Krasimir Georgiev via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL311457: [clang-format] Break non-trailing block comments (authored by krasimir). Repository: rL LLVM https://reviews.llvm.org/D37007 Files: cfe/trunk/lib/Format/ContinuationIndenter.cpp cfe/trunk/

[PATCH] D37007: [clang-format] Break non-trailing block comments

2017-08-22 Thread Daniel Jasper via Phabricator via cfe-commits
djasper accepted this revision. djasper added a comment. This revision is now accepted and ready to land. If no tests break with this, lets just go for it. We can follow up and fix individual cases if we find undesired behavior. https://reviews.llvm.org/D37007 ___