mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
C++: Autoformat.
This commit is contained in:
@@ -129,7 +129,12 @@ private class UnsignedBitwiseAndExpr extends BitwiseAndExpr {
|
|||||||
getLeftOperand().getValue().toInt() >= 0
|
getLeftOperand().getValue().toInt() >= 0
|
||||||
) and
|
) and
|
||||||
(
|
(
|
||||||
getRightOperand().getFullyConverted().getType().getUnderlyingType().(IntegralType).isUnsigned() or
|
getRightOperand()
|
||||||
|
.getFullyConverted()
|
||||||
|
.getType()
|
||||||
|
.getUnderlyingType()
|
||||||
|
.(IntegralType)
|
||||||
|
.isUnsigned() or
|
||||||
getRightOperand().getValue().toInt() >= 0
|
getRightOperand().getValue().toInt() >= 0
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user