Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be13e4 commit 30b5db3Copy full SHA for 30b5db3
1 file changed
cpp/ql/src/semmle/code/cpp/stmts/Stmt.qll
@@ -1613,7 +1613,9 @@ class EnumSwitch extends SwitchStmt {
1613
}
1614
1615
pragma[noinline]
1616
- private predicate matchesValue(string value) { value = this.getASwitchCase().getExpr().getValue() }
+ private predicate matchesValue(string value) {
1617
+ value = this.getASwitchCase().getExpr().getValue()
1618
+ }
1619
1620
1621
/**
0 commit comments