Skip to content

Add ID_cond expressions #3037

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

Open
danpoe opened this issue Sep 25, 2018 · 1 comment
Open

Add ID_cond expressions #3037

danpoe opened this issue Sep 25, 2018 · 1 comment

Comments

@danpoe
Copy link
Contributor

danpoe commented Sep 25, 2018

ID_case and ID_cond expressions are used in cbmc/develop but there are no corresponding expression types in std_expr.h. Moreover, ID_case and ID_cond are not assigned in cbmc/develop (they are assigned in EBMC).

New expression types should be added to std_expr.h and then the code in cbmc/develop should be refactored to use those instead of plain exprt.

@tautschnig tautschnig changed the title Add ID_case and ID_cond expressions Add ID_cond expressions Feb 15, 2022
@tautschnig
Copy link
Collaborator

Update: cond_exprt has been added in c4810ef. ID_case remains to be done.

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

No branches or pull requests

2 participants