[PATCH] D60263: [clang-format] Preserve include blocks in ObjC Google style

Stephane Moore via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 10 12:07:24 PDT 2019


stephanemoore added a comment.

Looks good to me.



================
Comment at: cfe/trunk/lib/Format/Format.cpp:881
+    // "Regroup" doesn't work well for ObjC yet (main header heuristic,
+    // relationship between ObjC standard library headers and other heades,
+    // #imports, etc.)
----------------
nit: "headers"


Repository:
  rL LLVM

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

https://reviews.llvm.org/D60263





More information about the cfe-commits mailing list