Details
- Reviewers
rnk hans - Commits
- rGe42ce422a978: [dllexport] Instantiate default ctor default args
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
I think it looks good, but it needs a test.
I worry that we might have the same bug for copy closures, but the fix will be different, since those are used in exception handling.
Thanks for your review. Since I'm pretty new to this repo, could you please tell me how to write a test here?
Thanks for the patch and test. Can I commit this for you?
clang/lib/Sema/SemaDeclCXX.cpp | ||
---|---|---|
6012 | This should probably happen when explicit instantiation definitions are exported, so the TSK_ExplicitInstantiationDefinition case. However, I don't consider it a blocking issue. |
Sure, please do that.
clang/lib/Sema/SemaDeclCXX.cpp | ||
---|---|---|
6012 | Well, I cannot constuct one code example that includes explicit instantiation definitions which triggers this problem. If you could provide one, then I may look into it. |
This should probably happen when explicit instantiation definitions are exported, so the TSK_ExplicitInstantiationDefinition case. However, I don't consider it a blocking issue.