Skip to content

new interface for read_goto_binary() #2965

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

Merged
merged 1 commit into from
Sep 17, 2018
Merged

Conversation

kroening
Copy link
Member

No description provided.

if(read_goto_binary(
filename, dest.symbol_table, dest.goto_functions, message_handler))
return {};
else
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apply clang-format https://travis-ci.org/diffblue/cbmc/jobs/428936229#L510
Braces around return {}; are recommended due to preceding multi-line condition.
else before return dest; could be omitted.

@kroening kroening force-pushed the read_goto_binary_interface branch from 81c025f to 98cac0e Compare September 16, 2018 08:42
Copy link
Contributor

@allredj allredj left a 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: 98cac0e).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/84951227

@kroening kroening merged commit b656cc9 into develop Sep 17, 2018
@kroening kroening deleted the read_goto_binary_interface branch September 17, 2018 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants