File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
cpp/ql/src/semmle/code/cpp/ir/dataflow/internal Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -362,7 +362,7 @@ private class ExplicitFieldStoreQualifierNode extends PartialDefinitionNode {
362
362
363
363
/**
364
364
* Not every store instruction generates a chi instruction that we can attach a PostUpdateNode to.
365
- * For instance, an update to a field of a struct containing only one field. Even if the store does
365
+ * For instance, an update to a field of a struct containing only one field. Even if the store does
366
366
* have a chi instruction, a subsequent use of the result of the store may be linked directly to the
367
367
* result of the store as an inexact definition if the store totally overlaps the use. For these
368
368
* cases we attach the PostUpdateNode to the store instruction. There's no obvious pre update node
You can’t perform that action at this time.
0 commit comments