Commits

Jordan Rose committed a8ead429e39
Take requirements into account when computing an extension's default access. An extension of a public type whose requirements mention a private type should have members that default to being private. The next commit adds the enforcement for this. Part of rdar://problem/21559986 Swift SVN r30610