[PATCH] D47875: [MS ABI] Mangle unnamed empty enums (PR37723)

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 7 07:05:39 PDT 2018


On Thu, 7 Jun 2018, 13:54 Hans Wennborg via Phabricator via cfe-commits, <
cfe-commits at lists.llvm.org> wrote:

> hans added a comment.
>
> Please take a look.
>
> I couldn't figure out a way to get a mangled name for this without using
> debug info. Do you have any ideas?
>

struct S { enum {} e; };

... then do something with decltype(S::e). What happens if there are two
such types in the class?

https://reviews.llvm.org/D47875
>
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180607/5525e9b1/attachment.html>


More information about the cfe-commits mailing list