Commits

Slava Pestov committed b03a77f13c2
Sema: Fix some compiler crashes related to ErrorType handling - NominalTypeDecl::computeInterfaceType() crash when parent decl has error type - createMaterializeForSetPrototype() crash when parent decl has error type - Crashes in ConformanceChecker when decl has error type Fixes <rdar://problem/21583601>. Swift SVN r29912