[PATCH] D42650: [clang-format] New format param ObjCBinPackProtocolList

Stephane Moore via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 1 20:38:27 PST 2018


stephanemoore added inline comments.


================
Comment at: lib/Format/ContinuationIndenter.cpp:1214
     // FIXME: We likely want to do this for more combinations of brackets.
     // Verify that it is wanted for ObjC, too.
     if (Current.is(tok::less) && Current.ParentBracket == tok::l_paren) {
----------------
With the new parameter does this comment still apply? Maybe we can remove it?


Repository:
  rC Clang

https://reviews.llvm.org/D42650





More information about the cfe-commits mailing list