Commits

Doug Gregor committed a75c28dee17
Omit needless words: split first selector after omitting needless words. It's a cleaner rule to specify that we omit needless words from the base name of a method and *then* split it for default arguments. This tweak actually caught a small number of cases where we weren't splitting properly, but should have. Swift SVN r32133