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

Mark Russell m.a.russell at me.com
Fri Sep 1 14:58:41 EDT 2017


Pull request created w/ changes and unit tests.

Let me know if I missed anything

Thanks,
Mark R


> On Aug 29, 2017, at 7:34 AM, Brad King <brad.king at kitware.com> wrote:
> 
> 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