mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +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.