mirror of
https://github.com/github/codeql.git
synced 2026-05-25 00:27:09 +02:00
PS: Fix CFG ordering on CmdExpr.
This commit is contained in:
@@ -727,7 +727,7 @@ module Trees {
|
||||
}
|
||||
}
|
||||
|
||||
class CmdExprTree extends StandardPreOrderTree instanceof CmdExpr {
|
||||
class CmdExprTree extends StandardPostOrderTree instanceof CmdExpr {
|
||||
override AstNode getChildNode(int i) { i = 0 and result = super.getExpr() }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user