mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02: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.