We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae22d0 commit 9c9ed13Copy full SHA for 9c9ed13
cpp/ql/lib/semmle/code/cpp/models/implementations/Iterator.qll
@@ -573,6 +573,8 @@ private class IteratorAssignmentMemberOperatorModel extends IteratorAssignmentMe
573
override predicate hasOnlySpecificWriteSideEffects() { any() }
574
575
override predicate hasSpecificWriteSideEffect(ParameterIndex i, boolean buffer, boolean mustWrite) {
576
+ // See the comment on `IteratorCrementMemberOperatorModel::hasSpecificWriteSideEffect`
577
+ // for an explanation of these values.
578
i = -1 and buffer = false and mustWrite = false
579
}
580
0 commit comments