mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
C++: 'nomagic' on 'binaryExprOperands'.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user