Commits

Jordan Rose committed ce995a8f676
Dependencies: conformances on private decls are themselves private. This does reveal an overly conservative case: lookup in the inheritance clause of extensions is always considered a non-private lookup, even if it's extending a private type, because we haven't yet resolved what it's extending. Won't lead to incorrect behavior, just more compilation than is strictly necessary. Swift SVN r23481