On Wednesday, 11 April 2018 at 06:21:47 UTC, Jacob Carlborg wrote:
On Tuesday, 10 April 2018 at 23:44:46 UTC, Atila Neves wrote:

The beauty of using libclang is that name mangling issues don't exist. :)

How is that not going to be an issue? Are you adding `pragma(mangle)` everywhere?

Yes.

I don't know how to deal with class templates yet though, since none of their member functions have mangled symbols until they're instantiated. Which obviously doesn't happen at the declaration.

Reply via email to