Details
Details
- Reviewers
rnk hans - Commits
- rGe42ce422a978: [dllexport] Instantiate default ctor default args
Diff Detail
Diff Detail
Event Timeline
Comment Actions
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.
Comment Actions
Thanks for your review. Since I'm pretty new to this repo, could you please tell me how to write a test here?
Comment Actions
Thanks for the patch and test. Can I commit this for you?
clang/lib/Sema/SemaDeclCXX.cpp | ||
---|---|---|
6012 ↗ | (On Diff #366423) | This should probably happen when explicit instantiation definitions are exported, so the TSK_ExplicitInstantiationDefinition case. However, I don't consider it a blocking issue. |
Comment Actions
Sure, please do that.
clang/lib/Sema/SemaDeclCXX.cpp | ||
---|---|---|
6012 ↗ | (On Diff #366423) | 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. |