[LLVMdev] C++ Name mangling

B B blackbox.dev.ml at gmail.com
Thu May 9 06:13:49 PDT 2013


Thanks for your helpful answers.
I guess I have to handle the mangling by myself then.

>By the way, does anyone know of a project which *does* call into
>Clang's mangling framework from outside? I'd be interested to know
>purely out of curiosity.
Tim, I'll let you know if I manage to do this:D

Regards



2013/5/9 Tim Northover <t.p.northover at gmail.com>

> > The Clang mangler, however, does what you want.  But, you'll need to
> > feed it a clang AST in order to get a name out.  Depending on the
> > parameters of your function, this may be easy or hard.
>
> By the way, does anyone know of a project which *does* call into
> Clang's mangling framework from outside? I'd be interested to know
> purely out of curiosity.
>
> Cheers.
>
> Tim.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130509/9a9f87cb/attachment.html>


More information about the llvm-dev mailing list