Commits

Doug Gregor committed c1c51b4e8bf
Move checking of non-failable-to-failable initializer calls into constraint application. This makes sure we get the same checking for initializer delegation in structs/enums as we do for classes, fixing rdar://problem/18458622. Swift SVN r23128