On Tue, Jul 30, 2013 at 5:45 PM, Richard Smith <[email protected]>wrote:

>
>   I see, we can be sure that there are parameters to instantiate, even if
> the function was declared through a typedef, because we must have seen that
> we were declaring a function in the template definition and will have
> created parameters for the function there.
>

Right, the original FunctionDecl will always have ParmVarDecls that we can
instantiate, even if they were synthesized from a typedef.

Thanks for the review!
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to