-
Notifications
You must be signed in to change notification settings - Fork 77
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
Replace int
-> _Bool
in goblint stubs arguments
#1684
base: master
Are you sure you want to change the base?
Conversation
Based on 00-sanity/01-assert. Related to #1682 (comment).
This matters when applied directly to pointers: #1682 (comment).
Doing the Having the assert analysis query with the cast added back (but not printed) seems to fix the issue, but I don't know of good of an idea that is. One possibility to having |
Follow-up on #1682 (comment).
The replacement is straightforward but many tests seem to have failed, so this change is not as easy as it seemed.
TODO
_Bool
casts? Try inLibraryFunctions
.