Commits

Slava Pestov committed 95dc298d3ac
ForeignErrorConvention ctor was not setting ErrorParameterIsReplaced correctly For some reason this was only breaking with initializers, and not ordinary methods, where there was both a throwing and non-throwing version of the same method. Fixes <rdar://problem/20922973>. Swift SVN r28534