swift
36613dc3 - [Macros] Simplify the macro signature context with a generic typealias.

Commit
3 years ago
[Macros] Simplify the macro signature context with a generic typealias. The macro signature context was a (possibly generic) struct declaration containing a typealias. We don't need the struct itself, because the typealias can be generic as well. This eliminates an extra, annoying hop through name lookup.
Author
Committer
Parents
Loading