[PATCH] D67843: [clang-format] DisableFormat also now disables SortIncludes

Krasimir Georgiev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 14 02:52:47 PST 2020


krasimir added a comment.

I also am worried that this makes it impossible to just sort includes.

Alternatively, we could update the documentation of the `DisableFormat` option to mention this quirk:
https://github.com/llvm/llvm-project/blob/master/clang/include/clang/Format/Format.h#L1231
It's not ideal, but it would be an improvement over the current version.


Repository:
  rC Clang

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

https://reviews.llvm.org/D67843





More information about the cfe-commits mailing list