Skip to content

Commit e54b4c5

Browse files
committed
Add missing predicate isLValueRefQualified
1 parent 0b04a75 commit e54b4c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ class AssignmentOperator extends Function {
128128
op in ["=", "+=", "-=", "*=", "/=", "%=", "^=", "&=", "|=", ">>=", "<<="]
129129
)
130130
}
131+
132+
predicate isLValueRefQualified() { this.(MemberFunction).isLValueRefQualified() }
131133
}
132134

133135
class UserComparisonOperator extends Function {

0 commit comments

Comments
 (0)