[PATCH] D45004: [clang-format] Always indent wrapped Objective-C selector names

Ben Hamilton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 10 09:50:46 PDT 2018


benhamilton updated this revision to Diff 141872.
benhamilton added a comment.

- Unconditionally indent wrapped ObjC selector names.
- Partially revert r242484, as it was causing double-indenting (the tests still pass with it reverted, so I suspect it's no longer necessary).


Repository:
  rC Clang

https://reviews.llvm.org/D45004

Files:
  lib/Format/ContinuationIndenter.cpp
  unittests/Format/FormatTest.cpp
  unittests/Format/FormatTestObjC.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45004.141872.patch
Type: text/x-patch
Size: 6731 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180410/b95ccafa/attachment-0001.bin>


More information about the cfe-commits mailing list