mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[AST] Remove ParameterTypeFlags from ParenType and TupleType
The last clients that relied on stashing parameter type flags on these types are now gone.
This commit is contained in:
@@ -1150,7 +1150,7 @@ static ProtocolConformanceRef getBuiltinTupleTypeConformance(
|
||||
auto genericParam = GenericTypeParamType::get(/*type sequence*/ false, 0,
|
||||
genericParams.size(), ctx);
|
||||
genericParams.push_back(genericParam);
|
||||
typeSubstitutions.push_back(elt.getRawType());
|
||||
typeSubstitutions.push_back(elt.getType());
|
||||
genericElements.push_back(elt.getWithType(genericParam));
|
||||
conditionalRequirements.push_back(
|
||||
Requirement(RequirementKind::Conformance, genericParam,
|
||||
|
||||
Reference in New Issue
Block a user