[PATCH] D55543: [CodeGen] Fix assertion on throwing object with inlined inherited constructor and non-trivial destructor.
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 19 11:45:52 PST 2018
rjmccall added a comment.
Thanks, LGTM. Somewhat surprised that we don't have an implicit copy of the `Strong` argument, but it's not a bad thing that we don't.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55543/new/
https://reviews.llvm.org/D55543
More information about the cfe-commits
mailing list