[PATCH] MS ABI: Fix mangling of unsigned int tempalte params

Will Wilson will at indefiant.com
Wed Dec 10 20:34:35 PST 2014


Hi David & Reid,

Here's a fix for unsigned int template param mangling. Params were being
incorrectly converted to signed value which led to incorrect mangling for
large enough values.

Test case included - tested against latest trunk. Let me know if it looks
good to go.

Cheers,
Will.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20141211/69e2f015/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ms_mangle_unsigned_template_arg.patch
Type: application/octet-stream
Size: 1510 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20141211/69e2f015/attachment.obj>


More information about the cfe-commits mailing list