mirror of
https://github.com/github/codeql.git
synced 2026-05-02 20:25:13 +02:00
Merge branch 'main' into signature_model_refactor
This commit is contained in:
@@ -15,5 +15,5 @@ query predicate instructionBounds(
|
||||
not valueNumber(b.getInstruction()) = valueNumber(i) and
|
||||
if reason instanceof CondReason
|
||||
then reasonLoc = reason.(CondReason).getCond().getLocation()
|
||||
else reasonLoc instanceof UnknownDefaultLocation
|
||||
else reasonLoc instanceof UnknownLocation
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user