[PATCH] D42493: [clang-format] Fix ObjC message arguments formatting.
Krasimir Georgiev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 30 03:24:29 PST 2018
krasimir added inline comments.
================
Comment at: unittests/Format/FormatTestObjC.cpp:678
+ " a = 42;\n"
+ " }\n"
+ " secondBlock:^{\n"
----------------
Can you put a test with a non-block between two blocks please
Repository:
rC Clang
https://reviews.llvm.org/D42493
More information about the cfe-commits
mailing list