mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Now that opcodes are in their own module that isn't imported into the global namespace, `Opcode::Call` no longer conflicts with `Call` from the ASTs. I've renamed `Opcode::Invoke` to `Opcode::Call`.