[CastXML] Windows __declspec(dllexport) in generated XML?

Brad King brad.king at kitware.com
Mon Aug 28 09:37:15 EDT 2017


On 08/27/2017 03:08 PM, Mark Russell wrote:
> how the __declspec(dllexport) is reflected in the generated XML.

It isn't currently.  Take a look at `src/Output.cxx` in the
`ASTVisitor::GetDeclAttributes` method.  It should be possible
to add code there for DLLExportAttr and DLLImportAttr.

-Brad


More information about the CastXML mailing list