================
@@ -539,6 +539,9 @@ class TrivialFunctionAnalysisVisitor
if (R->hasDefinition() && R->hasTrivialDestructor())
----------------
steakhal wrote:This matches my current understanding that it should account for non-trivial fields - including those in base classes. https://github.com/llvm/llvm-project/pull/183711 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
