Commits

Joe Groff committed b4f1db9da5d
IRGen: Stub out an UnimplementedTypeInfo class. This allows IRGen to complain about types it doesn't know how to lower yet, while still recovering well enough not to take the compiler down with it. This reduces the common "unimplemented enum layout" error to be a mere error instead of a compiler crash. Swift SVN r20773