mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Eliminate the Parameter type completely - now ParameterList is just
an overblown array of ParamDecl*'s that also keeps track of parenlocs and has helper methods.
This commit is contained in:
@@ -91,7 +91,7 @@ static void emitImplicitValueConstructor(SILGenFunction &gen,
|
||||
|
||||
elements.push_back(
|
||||
emitImplicitValueConstructorArg(gen, Loc,
|
||||
param.decl->getType()->getCanonicalType(),
|
||||
param->getType()->getCanonicalType(),
|
||||
ctor));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user