================ @@ -1633,6 +1633,14 @@ static bool interp__builtin_operator_delete(InterpState &S, CodePtr OpPC, const Expr *Source = nullptr; const Block *BlockToDelete = nullptr; + assert(Call->getNumArgs() >= 1); ---------------- tbaederr wrote:
You should either get rid of the variable or use it in the assertion as well. https://github.com/llvm/llvm-project/pull/195741 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
