mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Rename BoundNameAliasType to NameAliasType.
NameAliasType is dead! Long live NameAliasType!
This commit is contained in:
@@ -647,8 +647,8 @@ namespace decls_block {
|
||||
TypeIDField // canonical type (a fallback)
|
||||
>;
|
||||
|
||||
using BoundNameAliasTypeLayout = BCRecordLayout<
|
||||
BOUND_NAME_ALIAS_TYPE,
|
||||
using NameAliasTypeLayout = BCRecordLayout<
|
||||
NAME_ALIAS_TYPE,
|
||||
DeclIDField, // typealias decl
|
||||
TypeIDField, // parent type
|
||||
TypeIDField // underlying type
|
||||
|
||||
Reference in New Issue
Block a user