Commits

Jordan Rose committed b6c58728891
Account for Optional<Void> in comparing function types for ABI compatibility. Fixes a crash when the user uses such a type. (Which is probably a mistake--they probably meant to make the whole closure optional--but that's another issue.) rdar://problem/20163908 Swift SVN r26274