We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c8509 commit 71e673eCopy full SHA for 71e673e
cpp/common/src/codingstandards/cpp/Expr.qll
@@ -187,4 +187,4 @@ class BitShiftExpr extends BinaryBitwiseOperation {
187
this instanceof LShiftExpr or
188
this instanceof RShiftExpr
189
}
190
-}
+}
cpp/common/src/codingstandards/cpp/Literals.qll
@@ -31,4 +31,4 @@ class Utf32StringLiteral extends StringLiteral {
31
32
class LiteralZero extends Literal {
33
LiteralZero() { this.getValue() = "0" }
34
0 commit comments