[PATCH] D92361: [trivial-abi] Support types without a copy or move constructor.
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 16 15:02:25 PST 2020
rjmccall added a comment.
I think that as long as the class leaves a copy/move constructor defaulted, there's no need for a new trivial_abi attribute.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92361/new/
https://reviews.llvm.org/D92361
More information about the cfe-commits
mailing list