mirror of
https://github.com/github/codeql.git
synced 2026-04-19 22:14:01 +02:00
PrintAST.ql orders the functions by location, then in lexicographical order of the function signature. This is supposed to ensure a stable ordering, but functions without a location were not getting assigned an order at all.