================
@@ -557,6 +560,35 @@ class TrivialFunctionAnalysisVisitor
return false; // Otherwise it's likely not trivial.
}
+ bool HasFieldWithNonTrivialDtor(const CXXRecordDecl *Cls) {
----------------
rniwa wrote:
yeah, that's what I'm thinking although I'm somehow hitting a test failure so
need to figure out why.
https://github.com/llvm/llvm-project/pull/183711
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits