Skip to content

Add java_instanceof_exprt, and use it in place of raw exprts #5039

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

Conversation

smowton
Copy link
Contributor

@smowton smowton commented Aug 20, 2019

Add java_instanceof_exprt, and use it in place of raw exprts

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

@@ -373,15 +373,12 @@ void java_bytecode_instrumentt::instrument_code(codet &code)
if(code_assert.assertion().id()==ID_java_instanceof)
{
code_blockt block;
const auto & instanceof
Copy link
Member

Choose a reason for hiding this comment

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

Surprising that clang-format doesn't complain...

@smowton smowton merged commit bbc9bb3 into diffblue:develop Aug 20, 2019
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.

3 participants