mirror of
https://github.com/github/codeql.git
synced 2026-02-20 00:43:44 +01:00
Order CFG nodes by column as well
This commit is contained in:
@@ -14,7 +14,7 @@ query predicate nodes(CfgNode n, string attr, string val) {
|
||||
p
|
||||
order by
|
||||
p.getLocation().getFile().getBaseName(), p.getLocation().getFile().getAbsolutePath(),
|
||||
p.getLocation().getStartLine()
|
||||
p.getLocation().getStartLine(), p.getLocation().getStartColumn()
|
||||
)
|
||||
).toString()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user