mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
C++: Fix the location of order-by in experimental RangeNode
This commit is contained in:
@@ -86,7 +86,7 @@ private class ExprRangeNode extends DataFlow::ExprNode {
|
||||
concat(Expr arg, int i |
|
||||
arg = e.getArgument(i)
|
||||
|
|
||||
this.getIntegralBounds(arg) order by i, ","
|
||||
this.getIntegralBounds(arg), "," order by i
|
||||
) + ")"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user