mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
With this change, TypeReprs no longer contain fully-resolved types for any parsed code. Rather, they contain unresolved identifiers or the declarations to which the identifiers have resolved. As a minor space optimization, collapse the unbound (Identifier) representation and the bound (ValueDecl *) representation into a single pointer union. Swift SVN r32434
14 KiB
14 KiB