[pr17973][patch] Use the default method CC in GetFullTypeForDeclarator

Rafael EspĂ­ndola rafael.espindola at gmail.com
Mon Nov 18 08:05:14 PST 2013


Currently explicit template instatiations of member function templates
are failing with the microsoft abi an 32 bits. This happens because
the expected and computed function types have different calling
convention.

This patch fixes it by considering the default calling convention for
methods in GetFullTypeForDeclarator.

Cheers,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t.patch
Type: text/x-patch
Size: 10602 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131118/8ecd537d/attachment.bin>


More information about the cfe-commits mailing list