Commits

David Farler committed ee4d9d36aad
[QoI] Don't skip over protocols when importing Swift 2 type aliases Protocols have the implicit Self generic parameter, which was preventing this type alias from getting created, so some renamed imported protocols for Swift 3 weren't emitting the expected diagnostics and fix-its. rdar://problem/26304496