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
CBMC version: >5.15
Operating system: Ubuntu 18.04 or macOS Mojave 10.14.6
Exact command line resulting in the issue: N/A.
What behaviour did you expect: N/A.
What happened instead:
Adds a Doxygen documentation;
The implementation of create_alias_expression can be simplified by using and object of type exprt::operandst with each call to same_object doing operands.push_back(same_object(leftPtr, rightPtr); and then doing return disjunction(operands); at the very end.
The text was updated successfully, but these errors were encountered:
CBMC version:
>5.15
Operating system: Ubuntu 18.04 or macOS Mojave 10.14.6
Exact command line resulting in the issue: N/A.
What behaviour did you expect: N/A.
What happened instead:
create_alias_expression
can be simplified by using and object of typeexprt::operandst
with each call tosame_object
doingoperands.push_back(same_object(leftPtr, rightPtr);
and then doingreturn disjunction(operands);
at the very end.The text was updated successfully, but these errors were encountered: