Commits

Chris Lattner committed 0e8f0d6bfcd
fix <rdar://problem/20679379> DI crashes on initializers on protocol extensions DI makes the assumption that the type of self in an initializer is always derived from a nominal type. Now that you can put an initializer body on a protocol, this isn't true anymore, so teach it about this. Swift SVN r27714