Skip to content

Commit 48a06df

Browse files
authored
Optimize performance of bitwise or shift operands rule
Enhanced performance of the 'isValidShiftConstantRange' predicate by adding annotations for optimization.
1 parent 06080b0 commit 48a06df

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
- `RULE-6-4-2` - `InheritedOverridableMemberFunction.ql`:
2+
- Improved evaluation performance.
13
- `RULE-7-0-4` - `InappropriateBitwiseOrShiftOperands.ql`:
2-
- Improved evaluation performance of the `isValidShiftConstantRange` predicate by adding `bindingset[right, leftType]` and `pragma[inline_late]` annotations to guide the CodeQL optimizer.
4+
- Improved evaluation performance.

0 commit comments

Comments
 (0)