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

Brad King brad.king at kitware.com
Tue Aug 29 09:34:14 EDT 2017


On 08/28/2017 08:56 PM, Mark Russell wrote:
> if (d->hasAttr<clang::DLLExportAttr>()) {
>     attrs.push_back("dllexport");
> }
> 
> if (d->hasAttr<clang::DLLImportAttr>()) {
>     attrs.push_back("dllimport");
> }
> 
> I'll try to setup a pull request with this change sometime tomorrow.

Thanks!  Please include updates to the test suite for it.

-Brad


More information about the CastXML mailing list