[PATCH] D42376: [clang-format] Ignore UnbreakableTailLength sometimes during breaking

Daniel Jasper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 23 03:10:08 PST 2018


djasper accepted this revision.
djasper added a comment.
This revision is now accepted and ready to land.

Happy to go forward with this. I think we might also wanna investigate whether entirely removing UnbreakableTailLength would be beneficial. I think we implemented it as an optimization, but I can actually imagine it saving much. Plus the code would be simpler and we would conserve some memory.


Repository:
  rC Clang

https://reviews.llvm.org/D42376





More information about the cfe-commits mailing list