File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
go/ql/lib/semmle/go/dataflow/internal Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -76,11 +76,11 @@ predicate summaryElement(
76
76
}
77
77
78
78
/**
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.
82
82
*/
83
- predicate negativeSummaryElement ( SummarizedCallable c , boolean generated ) { none ( ) }
83
+ predicate neutralElement ( SummarizedCallable c , boolean generated ) { none ( ) }
84
84
85
85
/** Gets the summary component for specification component `c`, if any. */
86
86
bindingset [ c]
You can’t perform that action at this time.
0 commit comments