mirror of
https://github.com/github/codeql.git
synced 2026-02-20 00:43:44 +01:00
Make YieldCallTree post-order
This commit is contained in:
@@ -1293,8 +1293,7 @@ module Trees {
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: make post-order
|
||||
private class YieldCallTree extends StandardPreOrderTree, YieldCall {
|
||||
private class YieldCallTree extends StandardPostOrderTree, YieldCall {
|
||||
final override ControlFlowTree getChildNode(int i) { result = this.getArgument(i) }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user