Commits

Doug Gregor committed e09bed2a9e6
Omit needless words: stop dropping "With" indiscriminately. "With" tends to have value in separating the verb of the base of a method name from the description of the first argument. The poster child here is "copyWithZone", where "copy(_:)" makes it sound like we're copying the argument. We're considering a more nuanced rule that can drop "With" in cases where it's not separating a verb from a description of the argument; that will follow if we do come across such a result. Swift SVN r31627