Skip to content

Commit b95cf94

Browse files
MathiasVPjbj
andauthored
Update cpp/ql/src/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll
Co-authored-by: Jonas Jensen <jbj@github.com>
1 parent ec35e0d commit b95cf94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ FieldNode getFieldNodeForFieldInstruction(Instruction instr) {
239239
* INTERNAL: do not use. A `FieldNode` represents the state of a field before any partial definitions
240240
* of the field. For instance, in the snippet:
241241
* ```cpp
242-
* struct A { int b, c; };
242+
* struct A { struct B { int c; } b; };
243243
* // ...
244244
* A a;
245245
* f(a.b.c);

0 commit comments

Comments
 (0)