Commits

Jordan Rose committed 4285661c8c8
Dependencies: private typealiases never cause non-private dependencies. This adds a new flag TR_KnownPrivateDependency, which is a bit stronger than TR_InExpression. The latter only results in private dependencies when the decl context is a function, or when the context is otherwise private. Swift SVN r23524