Commits

Jordan Rose committed 02a286821f6
Dependencies: member lookups in constraint systems are usually private. This adds a new parameter to TypeChecker::lookupMember to specify when something is known-private, which can then be passed along to DeclContext::lookupQualified. This makes many of the existing member lookup dependencies in the reference-dependencies.swift test correctly count as private. Swift SVN r23631