[cfe-commits] [PATCH] [Windows] Fix mangling of template argument 0

Nico Weber thakis at chromium.org
Thu Nov 8 15:40:00 PST 2012


This looks fine. A different fix is to make the APSInt code look more
like the uint64_t version of mangleNumber, so I did this and landed
your test in r167599.

Thanks!
Nico

On Thu, Nov 8, 2012 at 8:27 AM, Evgeny Eltsin <eaeltsin at google.com> wrote:
> Hi,
>
> Here is a tiny patch that fixes mangling APSInt 0 with the ms abi.
>
> Currently, if the number of set bits is 0, it outputs nothing.
>
> wbr,
> Evgeny
>
> P.S. My first time post to this list ...
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>



More information about the cfe-commits mailing list