Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b84bf5e

Browse files
author
Robert Marsh
committed
C++: QLDoc for IteratorPartialDefinitionNode
1 parent 107e977 commit b84bf5e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

cpp/ql/src/semmle/code/cpp/dataflow/internal/DataFlowUtil.qll

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,12 @@ private class VariablePartialDefinitionNode extends PartialDefinitionNode {
304304
override Node getPreUpdateNode() { pd.definesExpressions(_, result.asExpr()) }
305305
}
306306

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+
*/
307313
class IteratorPartialDefinitionNode extends PartialDefinitionNode {
308314
override IteratorPartialDefinition pd;
309315

0 commit comments

Comments
 (0)