We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
find
1 parent c67122b commit 8cb5380Copy full SHA for 8cb5380
cpp/ql/src/Telemetry/DatabaseQuality.qll
@@ -31,8 +31,6 @@ private class SourceExpr extends Expr {
31
SourceExpr() { this.getFile() instanceof RelevantFile }
32
}
33
34
-predicate find(SourceExpr e) { not hasGoodType(e) }
35
-
36
private predicate hasGoodType(Expr e) { not e.getType() instanceof ErroneousType }
37
38
module ExprTypeStats implements StatsSig {
0 commit comments