Skip to content

Commit

Permalink
C++: More comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasVP committed Apr 10, 2024
1 parent 1ae22d0 commit 9c9ed13
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,8 @@ private class IteratorAssignmentMemberOperatorModel extends IteratorAssignmentMe
override predicate hasOnlySpecificWriteSideEffects() { any() }

override predicate hasSpecificWriteSideEffect(ParameterIndex i, boolean buffer, boolean mustWrite) {
// See the comment on `IteratorCrementMemberOperatorModel::hasSpecificWriteSideEffect`
// for an explanation of these values.
i = -1 and buffer = false and mustWrite = false
}

Expand Down

0 comments on commit 9c9ed13

Please sign in to comment.