Skip to content

Commit d9b41d2

Browse files
committed
Include non-member assignment operators
1 parent e3c9408 commit d9b41d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/common/src/codingstandards/cpp/Operator.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class UserAssignmentOperator extends AssignmentOperator {
119119
}
120120

121121
/** An assignment operator of any sort */
122-
class AssignmentOperator extends MemberFunction {
122+
class AssignmentOperator extends Function {
123123
AssignmentOperator() {
124124
// operator op, where op is =, +=, -=, *=, /=, %=, ^=, &=, |=, >>=, <<=
125125
exists(string op |

0 commit comments

Comments
 (0)