[PATCH] D108021: [dllexport] Instantiate default ctor default args

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 13 08:16:48 PDT 2021


rnk added a comment.

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.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108021/new/

https://reviews.llvm.org/D108021



More information about the cfe-commits mailing list