mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Rename NameAliasType to TypeAliasType.
This commit is contained in:
@@ -693,7 +693,7 @@ namespace decls_block {
|
||||
TypeIDField // canonical type (a fallback)
|
||||
>;
|
||||
|
||||
using NameAliasTypeLayout = BCRecordLayout<
|
||||
using TypeAliasTypeLayout = BCRecordLayout<
|
||||
NAME_ALIAS_TYPE,
|
||||
DeclIDField, // typealias decl
|
||||
TypeIDField, // parent type
|
||||
|
||||
Reference in New Issue
Block a user