[PATCH] D66650: clang-format: Disable across-block include reordering.

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 23 06:52:58 PDT 2019


sammccall accepted this revision.
sammccall added a subscriber: gribozavr.
sammccall added a comment.
This revision is now accepted and ready to land.

In D66650#1642747 <https://reviews.llvm.org/D66650#1642747>, @thakis wrote:

> How's the work going to undo r357695 btw?


I'm not sure anyone's chasing it at the moment, the focus has been on trying to improve the heuristic for cases that apply to all languages.
sThe heuristic was good enough to stick for C++, but uncovered lots of ambiguity in our style guide and working out what the stylists want has been slow. @gribozavr can give more details if you want them.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66650/new/

https://reviews.llvm.org/D66650





More information about the cfe-commits mailing list