================

----------------
kikairoya wrote:

There was a check which has been dropped now:

```c++
      if ((TSK == TSK_ExplicitInstantiationDeclaration ||
           TSK == TSK_ExplicitInstantiationDefinition) &&
           Member->hasAttr<ExcludeFromExplicitInstantiationAttr>())
        continue;
```

since any member shouldn't have both the exclude attribute and the 
dllimport/dllexport attributes.

https://github.com/llvm/llvm-project/pull/168171
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to