[PATCH] D27007: Remove C++ default arg side table for MS ABI ctor closures
Reid Kleckner via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 22 15:39:08 PST 2016
rnk added a comment.
It's worth pointing out that we have a few more side tables right next door in ASTContext, addCopyConstructorForExceptionObject / getCopyConstructorForExceptionObject. It looks like if those aren't populated, they we might copy the bytes of an exception when catching something by value.
https://reviews.llvm.org/D27007
More information about the cfe-commits
mailing list