================
@@ -1140,6 +1143,19 @@ void ExprEngine::ProcessLoopExit(const Stmt* S,
ExplodedNode *Pred) {
Engine.enqueueStmtNode(N, getCurrBlock(), currStmtIdx);
}
+void ExprEngine::ProcessLifetimeEnd(const Stmt *S, const VarDecl *D,
+ ExplodedNode *Pred) {
+ ExplodedNodeSet Src;
----------------
steakhal wrote:
I was wondering if we want to add `PrettyStackTraceLoc` or ftime-trace frame
for this.
https://github.com/llvm/llvm-project/pull/201123
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits