Commits

Chris Lattner committed 5cc32383ddc
Teach the diagnostics machinery another special case for RebindSelfInConstructorExpr, which gets issues related to self.init and super.init onto the CallExpr best path, instead of in the generic overload constraint failure morass. Swift SVN r30067