We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b95e229 commit deac88bCopy full SHA for deac88b
src/goto-instrument/contracts/assigns.cpp
@@ -33,7 +33,7 @@ static const slicet normalize_to_slice(const exprt &expr, const namespacet &ns)
33
pointer_offset(arg)},
34
typecast_exprt::conditional_cast(object_size(arg), signed_size_type())};
35
}
36
- else if(is_lvalue(expr))
+ else if(is_assignable(expr))
37
{
38
const auto &size = size_of_expr(expr.type(), ns);
39
0 commit comments