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