mirror of
https://github.com/github/codeql.git
synced 2026-05-04 05:05:12 +02:00
Update interpretModelForTest
This commit is contained in:
@@ -146,6 +146,16 @@ predicate interpretModelForTest(QlBuiltins::ExtensionId madId, string model) {
|
||||
neutralModel(path, kind, _, madId) and
|
||||
model = "Neutral: " + path + "; " + kind
|
||||
)
|
||||
or
|
||||
exists(string path, string output, string kind |
|
||||
barrierModel(path, output, kind, _, madId) and
|
||||
model = "Barrier: " + path + "; " + output + "; " + kind
|
||||
)
|
||||
or
|
||||
exists(string path, string input, string branch, string kind |
|
||||
barrierGuardModel(path, input, branch, kind, _, madId) and
|
||||
model = "Barrier guard: " + path + "; " + input + "; " + branch + "; " + kind
|
||||
)
|
||||
}
|
||||
|
||||
private class SummarizedCallableFromModel extends SummarizedCallable::Range {
|
||||
|
||||
Reference in New Issue
Block a user