mirror of
https://github.com/github/codeql.git
synced 2026-07-12 15:05:33 +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.