-
Notifications
You must be signed in to change notification settings - Fork 273
Construct with_exprt in a non-deprecated way #3780
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Construct with_exprt in a non-deprecated way #3780
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✔️
Passed Diffblue compatibility checks (cbmc commit: 7566bbf).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/97156182
new_rhs.where().set(ID_component_name, component_name); | ||
new_rhs.new_value()=rhs; | ||
new_rhs.type() = new_lhs.type(); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The constructor already sets the type.
new_rhs.type()=new_lhs.type(); | ||
new_rhs.old()=new_lhs; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here
7566bbf
to
5eec111
Compare
The default constructor is deprecated.
5eec111
to
7ddb548
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✔️
Passed Diffblue compatibility checks (cbmc commit: 7ddb548).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/97293572
The default constructor is deprecated.