Commits

Doug Gregor committed e480ac65250
Omit needless words: don't drop the first argument label in initializers. While there are cases where it makes sense to drop the first argument label in initializers---when they're primarily conversions---it's an heuristic that produces poor results (e.g., init(_:) rather than init(coder:)) more often than not. Thus, remove this heuristic. Swift SVN r31626