[PATCH] D47195: [clang-format] Fix ObjC message arguments handling

Krasimir Georgiev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 22 07:59:06 PDT 2018


krasimir added inline comments.


================
Comment at: unittests/Format/FormatTestObjC.cpp:815
+
+  // No line break before closing receiver's scope.
+  verifyFormat("[[obj a:42] a:42\n"
----------------
What's the receiver's scope in this comment referring to?
Also, how would the old test cases be formatted?


Repository:
  rC Clang

https://reviews.llvm.org/D47195





More information about the cfe-commits mailing list