mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
TypeDecoder: Don't demangle freestanding PackExpansionTypes
This commit is contained in:
@@ -355,10 +355,6 @@ Type ASTBuilder::createSILPackType(ArrayRef<Type> eltTypes,
|
||||
return SILPackType::get(Ctx, extInfo, elements);
|
||||
}
|
||||
|
||||
Type ASTBuilder::createPackExpansionType(Type patternType, Type countType) {
|
||||
return PackExpansionType::get(patternType, countType);
|
||||
}
|
||||
|
||||
size_t ASTBuilder::beginPackExpansion(Type countType) {
|
||||
ActivePackExpansions.push_back(countType);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user