================
@@ -51,6 +51,7 @@ class FactsGenerator : public
ConstStmtVisitor<FactsGenerator> {
private:
void handleDestructor(const CFGAutomaticObjDtor &DtorOpt);
+ void handleTrivialDestructors(const CFGLifetimeEnds &LifetimeEnds);
----------------
kashika0112 wrote:Done https://github.com/llvm/llvm-project/pull/168855 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
