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