Commits

Chris Lattner committed 728a865904f
change Sema to form vardecl member references in protocols as MemberRefExpr instead of ExistentialMemberRefExpr, and enhance silgen to avoid unnecessary copies of protocol and archetype bases. With this, uses of properties in protocols start to work. Swift SVN r14270