Files
codeql/cpp/ql/test
Jonas Jensen 984405be2e C++ IR: Change many uses of getAnyDef to getDef
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.
2019-07-03 11:04:57 +02:00
..
2019-04-05 10:00:55 +01:00
2018-09-23 16:24:31 -07:00