Commits

Dmitri Hrybenko committed 1fd528c15ba
Add ErrorTypeRepr, which is constructed during parser recovery for a type with a syntax error. Usually the type parsing can just return nullptr for the TypeRepr, but when we want to construct an AST node that should have included that type, we should provide a non-null TypeRepr. Swift SVN r7375