Commits

Doug Gregor committed 9b008714a56
Omit needless words: make "Type" a skippable suffix. "Type" shows up in type names from time to time, but tends to be omitted from selector pieces in such cases. This lets us skip that suffix, fixing, e.g., - func changeCountTokenForSaveOperation(_: NSSaveOperationType) -> AnyObject + func changeCountTokenFor(_: NSSaveOperationType) -> AnyObject Swift SVN r32165