mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
QL: Support predicate foo = bar/5;
This commit is contained in:
@@ -67,6 +67,10 @@ class PredicateExpr extends TPredicateExpr, AstNode {
|
||||
toGenerated(result).getParent() = ape
|
||||
)
|
||||
}
|
||||
|
||||
override ClasslessPredicate getParent() { result.getAlias() = this }
|
||||
|
||||
override string getAPrimaryQlClass() { result = "PredicateExpr" }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user