[PATCH] D45004: [clang-format] Always indent wrapped Objective-C selector names

Daniel Jasper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 12 05:33:35 PDT 2018


djasper accepted this revision.
djasper added inline comments.
This revision is now accepted and ready to land.


================
Comment at: unittests/Format/FormatTest.cpp:7666
   FormatStyle Style = getLLVMStyle();
+  // ObjC ignores IndentWrappedFunctionNames when wrapping methods.
   Style.IndentWrappedFunctionNames = false;
----------------
maybe: .. and always indents. ?


Repository:
  rC Clang

https://reviews.llvm.org/D45004





More information about the cfe-commits mailing list