[PATCH] D35056: GCC ABI incompatibility when passing object with trivial copy ctor, trivial dtor, and non-trivial move ctor
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jul 9 15:08:10 PDT 2017
rjmccall added a comment.
Thank you, I like this approach much better, and the IRGen changes seem fine to me. I'd like to defer to someone else (probably Richard) to review whether the changes to completeDefinition() are correct; I'm not up-to-date with how we handle lazy declarations.
https://reviews.llvm.org/D35056
More information about the cfe-commits
mailing list