Closed danleh closed 5 years ago
Fixes https://github.com/danleh/wasabi/issues/16. Note that this is a breaking change, since existing analyses using const_(location, value) will now receive the operation as the second argument. Fix by changing to const_(loc, op, val)
const_(location, value)
const_(loc, op, val)
Fixes https://github.com/danleh/wasabi/issues/16. Note that this is a breaking change, since existing analyses using
const_(location, value)
will now receive the operation as the second argument. Fix by changing toconst_(loc, op, val)