Commits

Jordan Rose committed 7d4f12daa73
Decide if an extension is private before checking its conformances. Extensions of private types can't affect anything outside the current file, so we shouldn't treat them as having cascading dependencies on protocols they add conformances for. However, the previous commits didn't actually make sure we'd computed an extension's default access by the time we start checking its conformances. Swift SVN r23634