Rename BoundNameAliasType to NameAliasType.

NameAliasType is dead! Long live NameAliasType!
This commit is contained in:
Doug Gregor
2018-03-25 21:03:57 -07:00
parent 0524741f6c
commit b2b69e8abf
29 changed files with 105 additions and 105 deletions

View File

@@ -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