Commits

Joe Groff committed e75ca8bef34
AST: Improve modeling of static property references. Instead of cutting corners by emitting a static property reference as a DeclRef, do the right thing and build a MemberRef on the metatype. Add the smarts to SILGen to recognize static property MemberRefs and emit global_addr instructions for (nongeneric, nondynamic) static properties. Swift SVN r10482