[PATCH] D40288: [clang-format] Add option to group multiple #include blocks when sorting includes

Krzysztof Kapusta via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 22 06:57:56 PST 2017


KrzysztofKapusta added inline comments.


================
Comment at: unittests/Format/SortIncludesTest.cpp:357
+                 "#include \"c.h\"\n",
+                 "a.cc"));
+}
----------------
krasimir wrote:
> What is this testing?
I changed this to better reflect what I was trying to test. Now the expected order is not sorted from a..c 


Repository:
  rL LLVM

https://reviews.llvm.org/D40288





More information about the cfe-commits mailing list