[PATCH] D127593: [clang] Fix trivially copyable for copy constructor and copy assignment operator
Roy Jacobson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 16 13:41:01 PDT 2022
royjacobson added a comment.
I started to get those errors on D126194 <https://reviews.llvm.org/D126194> as well, definitely annoying.
They both do spooky things with type triviality so maybe this is somehow related? I'm not sure.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127593/new/
https://reviews.llvm.org/D127593
More information about the cfe-commits
mailing list