Data flow: Sync files

This commit is contained in:
Tom Hvitved
2022-11-29 10:00:15 +01:00
parent e0bd210797
commit b33f5925bb
5 changed files with 10 additions and 5 deletions

View File

@@ -520,7 +520,8 @@ module Private {
predicate summaryParameterNodeRange(SummarizedCallable c, ParameterPosition pos) {
parameterReadState(c, _, pos)
or
isParameterPostUpdate(_, c, pos)
// Same as `isParameterPostUpdate(_, c, pos)`, but can be used in a negative context
any(SummaryNodeState state).isOutputState(c, SummaryComponentStack::argument(pos))
}
private predicate callbackOutput(