We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eac0acd commit 44bd9f1Copy full SHA for 44bd9f1
1 file changed
cpp/common/src/codingstandards/cpp/Cpp14Literal.qll
@@ -11,7 +11,7 @@ module Cpp14Literal {
11
abstract class NumericLiteral extends StandardLibrary::Literal {
12
NumericLiteral() {
13
// exclude user-defined literals as they define custom suffixes
14
- not this instanceof UserDefinedLiteral
+ not this instanceof UserDefinedLiteral
15
}
16
17
0 commit comments