This is an archive of the discontinued LLVM Phabricator instance.

Disable BinPackArguments and BinPackParameters in Google Objective-C style ⚙️
AbandonedPublic

Authored by stephanemoore on Jan 12 2018, 3:30 PM.

Details

Reviewers
None
Summary

Defaulting BinPackArguments and BinPackParameters to false is a better representation of Google Objective-C style.

Diff Detail

Event Timeline

stephanemoore created this revision.Jan 12 2018, 3:30 PM

Sorted the Objective-C configuration for consistency.

I am still working to verify that this change represents actual consensus. I will hold off on adding reviewers until then.

Check out D42650 for an alternative approach.

stephanemoore abandoned this revision.Feb 2 2018, 12:21 PM

After talking with Ben I think I will abandon this and we'll focus on separating Objective-C protocol list formatting out of BinPackParameters.