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:
Chris Lattner
2016-01-03 14:44:48 -08:00
parent a503269e2d
commit 6afe77d597
43 changed files with 362 additions and 513 deletions

View File

@@ -91,7 +91,7 @@ static void emitImplicitValueConstructor(SILGenFunction &gen,
elements.push_back(
emitImplicitValueConstructorArg(gen, Loc,
param.decl->getType()->getCanonicalType(),
param->getType()->getCanonicalType(),
ctor));
}