Skip to content

Commit ac2d558

Browse files
committed
Go: Rename Negative Summary Model to Neutral Model.
1 parent d13307e commit ac2d558

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

go/ql/lib/semmle/go/dataflow/internal/FlowSummaryImplSpecific.qll

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ predicate summaryElement(
7676
}
7777

7878
/**
79-
* Holds if a negative flow summary exists for `c`, which means that there is no
80-
* flow through `c`. The flag `generated` states whether the summary is autogenerated.
81-
* Note. Negative flow summaries has not been implemented for Go.
79+
* Holds if a neutral model exists for `c`, which means that there is no
80+
* flow through `c`. The flag `generated` states whether the model is autogenerated.
81+
* Note. Neutral models have not been implemented for Go.
8282
*/
83-
predicate negativeSummaryElement(SummarizedCallable c, boolean generated) { none() }
83+
predicate neutralElement(SummarizedCallable c, boolean generated) { none() }
8484

8585
/** Gets the summary component for specification component `c`, if any. */
8686
bindingset[c]

0 commit comments

Comments
 (0)