[cfe-commits] [PATCH][Windows] Mangle expression template arguments of pointer and reference types
Evgeny Eltsin
eaeltsin at google.com
Mon Nov 26 00:45:22 PST 2012
ping?
On Wed, Nov 14, 2012 at 2:32 PM, Evgeny Eltsin <eaeltsin at google.com> wrote:
> Hi,
>
> This patch adds mangling of expression template arguments of pointer and
> reference types.
>
> I had to add a separate test for the case when template argument of
> pointer type is instantiated with 0/NULL/nullptr, as Clang only accepts
> that in C++11 mode (otherwise, it complains that 'non-type template
> argument does not refer to any declaration' - not sure if it is a bug or
> not, but implementation looks like that is intentional).
>
> wbr,
> Evgeny
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121126/00f47ac4/attachment.html>
More information about the cfe-commits
mailing list