<div dir="ltr">Instead of making this !FreeFunction-specific, can you compute the appropriate calling convention and do the unwrap/rewrap thing if it's different from the computed calling convention? I'd expect the same thing can happen for varargs function templates on some ABIs.</div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Nov 18, 2013 at 8:05 AM, Rafael Espíndola <span dir="ltr"><<a href="mailto:rafael.espindola@gmail.com" target="_blank">rafael.espindola@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Currently explicit template instatiations of member function templates<br>
are failing with the microsoft abi an 32 bits. This happens because<br>
the expected and computed function types have different calling<br>
convention.<br>
<br>
This patch fixes it by considering the default calling convention for<br>
methods in GetFullTypeForDeclarator.<br>
<br>
Cheers,<br>
Rafael<br>
</blockquote></div><br></div>