mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Fix bitshift test
This commit is contained in:
committed by
Gulshan Singh
parent
1758e25207
commit
fb31570af3
@@ -1,7 +1,6 @@
|
||||
import cpp
|
||||
import semmle.code.cpp.rangeanalysis.SimpleRangeAnalysis
|
||||
import experimental.semmle.code.cpp.rangeanalysis.extensions.ConstantLShiftExprRange
|
||||
import experimental.semmle.code.cpp.rangeanalysis.extensions.ConstantRShiftExprRange
|
||||
import experimental.semmle.code.cpp.rangeanalysis.extensions.ConstantShiftExprRange
|
||||
|
||||
Expr getLOp(Operation o) {
|
||||
result = o.(BinaryOperation).getLeftOperand() or
|
||||
|
||||
Reference in New Issue
Block a user