[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
Fri Dec 6 09:16:18 PST 2019


MyDeveloperDay requested changes to this revision.
MyDeveloperDay added inline comments.
This revision now requires changes to proceed.


================
Comment at: clang/unittests/Format/FormatTest.cpp:14468
+               "NSNumber *v) {\n" \
+               "             u = v;\n" \"           }]", Style);
+}
----------------
This line does not compile, I think whilst we are on the subject it would be better to move this test into

FormatTestObjC.cpp


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