Commits

Joe Groff committed 2af06d7a144
Allow a '@thin' modifier on metatypes in SIL mode. Because of abstraction difference, unitary metatype types may still need a non-empty representation in positions where they substitute an archetype metatype. Borrow the '@thin' attribute to make empty metatype types explicit, so that we will be able to handle them correctly with respect to abstraction changes. Swift SVN r11473