Commits

Joe Groff committed 9f7dab725c9
Make the ASTContext parameter to MetatypeType::get optional for type-checked types. We can just get it from the instance type, if the instance type has been fully initialized, which is the case except during parsing of type decls when the decls' own types are being formed. Swift SVN r15598