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

2019-08-23 Thread Sam McCall via Phabricator via cfe-commits
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 , @thakis wrote: > How's the work going to undo r357695 btw? I'm not sure anyone's ch

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

2019-08-23 Thread Nico Weber via Phabricator via cfe-commits
thakis added a comment. How's the work going to undo r357695 btw? CHANGES SINCE LAST ACTION https://reviews.llvm.org/D66650/new/ https://reviews.llvm.org/D66650 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bi

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

2019-08-23 Thread Nico Weber via Phabricator via cfe-commits
thakis created this revision. thakis added reviewers: sammccall, krasimir, ioeric. https://reviews.llvm.org/D66650 Files: clang/lib/Format/Format.cpp Index: clang/lib/Format/Format.cpp === --- clang/lib/Format/Format.cpp +++ clan