mirror of
https://github.com/github/codeql.git
synced 2026-02-23 18:33:42 +01: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.