Commits
Doug Gregor committed 7de40914b9b
Two overrides are not compatible if they have a different number of argument labels. This is mostly a performance optimization, but can manifest as a crash-on-invalid when we're dealing with functions that have a single parameter of type (). Fixes rdar://problem/18210677. Swift SVN r21773