mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
This changes all the getters on `Instruction` to use `getDef` instead of `getAnyDef`, with the result that these getters now only have a result if the definition is exact. This is a backwards-INCOMPATIBLE change.