Method
TypeLoc getArgLoc (unsigned i) const;
is declared but not defined.
Regards,
Enea.
Method
TypeLoc getArgLoc (unsigned i) const;
is declared but not defined.
Regards,
Enea.
Good catch. I suppose we could define it this using data from the appropriate ParmVarDecl, but it's probably better just to remove it.
John.