Calling them isn't needed if I understand correctly.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
This still would have to call the destructors of base and member types, right? And this just means that it isn't user defined AND isn't deleted for some reason, so this doesn't mean 'trivial'.
Comment Actions
I added the isTrivial() checks to the new version in https://reviews.llvm.org/D137070.