Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 107e977 commit b84bf5eCopy full SHA for b84bf5e
1 file changed
cpp/ql/src/semmle/code/cpp/dataflow/internal/DataFlowUtil.qll
@@ -304,6 +304,12 @@ private class VariablePartialDefinitionNode extends PartialDefinitionNode {
304
override Node getPreUpdateNode() { pd.definesExpressions(_, result.asExpr()) }
305
}
306
307
+/**
308
+ * INTERNAL: do not use.
309
+ *
310
+ * A synthetic data flow node used for flow into a collection when an iterator
311
+ * write occurs in a callee.
312
+ */
313
class IteratorPartialDefinitionNode extends PartialDefinitionNode {
314
override IteratorPartialDefinition pd;
315
0 commit comments