Commits

Mark Lacey committed c9ec7e398b4
Fix crash during type checking when adding members to an extension. If the extension ended up with ErrorType, we could crash while we continue trying to process its body adding members. Just bail out in this case. rdar://problem/27671033