Commits

Doug Gregor committed 8ce50fbd76f
Omit needless words: only omit words when they are preceded by a verb or preposition. The presence of a verb or preposition prior to the redundant part provides a firm linguistic split that lets the actual argument fill in for the reader. For other parts of speech (adjectives, especially) it's awkward to transition from "reading part of the name" to "reading the argument". This eliminates a significant number of bad omissions, e.g., "setTextColor()" -> "setText()", and generally makes the transformation more conservative. Swift SVN r31656