You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
ID_case
andID_cond
expressions are used in cbmc/develop but there are no corresponding expression types instd_expr.h
. Moreover,ID_case
andID_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 plainexprt
.The text was updated successfully, but these errors were encountered: