Commits

Jordan Rose committed 7916aa03b87
Make sure we check access for substituted dependent types as well. Even if a member typealias is made up of completely public types, it's still a private typealias, and it shouldn't matter whether the member type is dependent or not. This actually led to crashes in some cases. rdar://problem/21408035 Swift SVN r29863