swift
ec69a779
- Reflection: Walk up the superclass chain when resolving associated types
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Hide Minimap (CTRL+M)
Commit
8 years ago
Reflection: Walk up the superclass chain when resolving associated types Now that IRGen emits the right metadata, we can make use of it to fix associated type lookup. Fixes <rdar://problem/28331935>.
References
#5022 - Reflection: Support lookup of associated types in superclasses (3.0)
Author
slavapestov
Committer
slavapestov
Parents
cc02b200
Files
5
include/swift/Reflection
TypeRefBuilder.h
stdlib/public/Reflection
TypeRef.cpp
TypeRefBuilder.cpp
test/Reflection
Inputs
TypeLowering.swift
typeref_lowering.swift
Loading