This is an archive of the discontinued LLVM Phabricator instance.

[clang-format] Set IndentWrappedObjCMethodNames to Always in google style
AbandonedPublic

Authored by benhamilton on Mar 28 2018, 3:51 PM.

Details

Summary

Now that we can separately control ObjC method name wrapping
and non-ObjC function name wrapping, this diff sets
IndentWrappedObjCMethodNames to Always for the Google style.

Depends On D45004

Test Plan: Updated test which manually set
IndentWrappedFunctionNames to no longer set that, confirmed
tests which depended on indenting wrapped ObjC method names
still passed.

Diff Detail

Event Timeline

benhamilton created this revision.Mar 28 2018, 3:51 PM
benhamilton abandoned this revision.Apr 10 2018, 9:49 AM

Abandoned in favor of unconditionally indenting wrapped ObjC selectors in D45004.