We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46ff4d5 commit 9240256Copy full SHA for 9240256
cpp/ql/src/semmle/code/cpp/dataflow/internal/FlowVar.qll
@@ -244,7 +244,7 @@ private module PartialDefinitions {
244
}
245
246
/**
247
- * A partial definition that's a definition by reference.
+ * A partial definition that's a definition via an output iterator.
248
*/
249
class DefinitionByIterator extends IteratorPartialDefinition {
250
DefinitionByIterator() { exists(Call c | this = c.getAnArgument() or this = c.getQualifier()) }
0 commit comments