Commits

Joe Pamer committed 5c243ad71ab
When attempting to open a generic type parameter in the face of a semantic error (say, an invalid constraint specification on the type parameter's declaration), we likely won't have a replacement for that type. In these cases, pass on the type parameter so we can any semantic errors without crashing. Swift SVN r14370