Commits

Slava Pestov committed 40ba7085b8c
Serialization: Fix crash when deserializing a generic parameter belonging to a typealias The next patch creates a situation where we serialize a reference to a TypeAliasDecl's GenericParamTypeDecl, which references the inner DeclContext of the TypeAliasDecl itself. This was not being deserialized properly, triggering assertions.