Skip to content

Introduce unary_plus_exprt #2931

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 3 commits into from
Sep 11, 2018

Conversation

danpoe
Copy link
Contributor

@danpoe danpoe commented Sep 10, 2018

No description provided.

@@ -438,6 +438,49 @@ inline void validate_expr(const unary_minus_exprt &value)
validate_operands(value, 1, "Unary minus must have one operand");
}

/// \brief The unary plus expression
Copy link
Member

Choose a reason for hiding this comment

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

Maybe add a comment saying what this is useful for.

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: 083561f).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/84385907

@danpoe danpoe deleted the refactor/introduce-unary-plus-expr branch June 2, 2020 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants