================
@@ -557,6 +560,35 @@ class TrivialFunctionAnalysisVisitor
return false; // Otherwise it's likely not trivial.
}
+ bool HasFieldWithNonTrivialDtor(const CXXRecordDecl *Cls) {
----------------
rniwa wrote:You mean whether `CXXRecordDecl` is trivially destructible or not, right? https://github.com/llvm/llvm-project/pull/183711 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
