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 226c9f5 commit 7b4c73aCopy full SHA for 7b4c73a
cpp/common/src/codingstandards/cpp/Literals.qll
@@ -41,7 +41,7 @@ class CompileTimeComputedIntegralLiteral extends Literal {
41
this.getUnspecifiedType() instanceof IntegralType and
42
// Exclude bool, whose value text is true or false, but the value itself
43
// is 1 or 0.
44
- not this instanceof BoolLiteral and
+ not this instanceof BoolLiteral and
45
// Exclude character literals, whose value text is the quoted character, but the value
46
// is the numeric value of the character.
47
not this instanceof Cpp14Literal::CharLiteral and
0 commit comments