Merge pull request #17558 from hvitved/rust/cfg-consistency-queries

Rust: Enable CFG consistency checks
This commit is contained in:
Tom Hvitved
2024-09-25 15:14:44 +02:00
committed by GitHub
26 changed files with 165 additions and 121 deletions

View File

@@ -19,8 +19,3 @@ query predicate nonPostOrderExpr(Expr e, string cls) {
c instanceof NormalCompletion
)
}
query predicate multipleToString(CfgNode n, string s) {
s = strictconcat(n.toString(), ",") and
strictcount(n.toString()) > 1
}