Merge pull request #19679 from jketema/stats

C++: Update stats file after changes to DCA source suite
This commit is contained in:
Jeroen Ketema
2025-06-09 12:39:33 +02:00
committed by GitHub
2 changed files with 6074 additions and 6209 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -98,8 +98,8 @@ private predicate exprReleases(Expr e, Expr released, string kind) {
e.(FunctionCall).getTarget() = f or
e.(FunctionCall).getTarget().(MemberFunction).getAnOverridingFunction+() = f
) and
access = f.getParameter(arg).getAnAccess() and
e.(FunctionCall).getArgument(arg) = released and
access = f.getParameter(pragma[only_bind_into](arg)).getAnAccess() and
e.(FunctionCall).getArgument(pragma[only_bind_into](arg)) = released and
exprReleases(_,
pragma[only_bind_into](exprOrDereference(globalValueNumber(access).getAnExpr())), kind)
)