mirror of
https://github.com/github/codeql.git
synced 2026-02-20 08:53:49 +01:00
CFG: methods are evaluated before their arguments
This commit is contained in:
@@ -317,9 +317,9 @@ module Trees {
|
||||
final override AstNode getChildNode(int i) {
|
||||
result = this.getReceiver() and i = 0
|
||||
or
|
||||
result = this.getArguments() and i = 1
|
||||
result = this.getMethod() and i = 1
|
||||
or
|
||||
result = this.getMethod() and i = 2
|
||||
result = this.getArguments() and i = 2
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user