Skip to content

Commit d5edce5

Browse files
committed
Rename to match new namespace and class name.
1 parent fc5a174 commit d5edce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/autosar/src/rules/M5-8-1/RightBitShiftOperandIsNegativeOrTooWide.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class ShiftOperation extends Operation {
3434
rightOperand = o.getRightOperand()
3535
)
3636
or
37-
exists(AssignBitwiseOperationFixed o | this = o |
37+
exists(Bitwise::AssignBitwiseOperation o | this = o |
3838
(
3939
o instanceof AssignLShiftExpr
4040
or

0 commit comments

Comments
 (0)