зеркало из https://github.com/github/codeql.git
Swift: tentative fix to Cfg disambuigation
This commit is contained in:
Родитель
5108799224
Коммит
d74dd2161a
|
@ -11,7 +11,7 @@ class MyRelevantNode extends ControlFlowNode {
|
|||
private AstNode asAstNode() { result = this.getAstNode().asAstNode() }
|
||||
|
||||
string getOrderDisambiguation() {
|
||||
result = this.asAstNode().getPrimaryQlClasses()
|
||||
result = concat([this.asAstNode().getAPrimaryQlClass(), this.asAstNode().toString()], ",")
|
||||
or
|
||||
not exists(this.asAstNode()) and result = ""
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче