[PATCH] D70926: [clang-format] Add option for not breaking line before ObjC params

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 3 04:23:12 PST 2019


MyDeveloperDay added inline comments.


================
Comment at: clang/include/clang/Format/Format.h:1651
+  /// parameters in a fuction call.
+  bool ObjCDontBreakBeforeNestedBlockParam;
+
----------------
gribozavr2 wrote:
> I don't know much about ClangFormat, but I'd prefer to keep the option name positive ("ObjCBreakBefore...").
+1 that


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70926





More information about the cfe-commits mailing list