C++: 'nomagic' on 'binaryExprOperands'.

This commit is contained in:
Mathias Vorreiter Pedersen
2022-09-01 15:34:59 +01:00
parent 8ff0a191be
commit a65e585db1

View File

@@ -204,6 +204,7 @@ private class BinarySignExpr extends FlowSignExpr {
}
}
pragma[nomagic]
private predicate binaryExprOperands(SemBinaryExpr binary, SemExpr left, SemExpr right) {
binary.getLeftOperand() = left and binary.getRightOperand() = right
}