[PATCH] D49580: [clang-format] Adding style option for absolute formatting

Daniel Jasper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 23 10:08:35 PDT 2018


djasper added a comment.

In my opinion, this only addresses one edge case where clang-format -lines output is not identical with a full reformatting. I believe they cannot all usefully be avoided. As such, I am unsure that this option carries its weight of making the implementation more complex.
How often does this happen for you? Why can't you just format the additional incorrect line?


https://reviews.llvm.org/D49580





More information about the cfe-commits mailing list