-
Notifications
You must be signed in to change notification settings - Fork 273
2ls prerequisites #232
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
2ls prerequisites #232
Conversation
|
||
\*******************************************************************/ | ||
|
||
void goto_inline( | ||
bool goto_inline( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The return value seems a bit obscure; perhaps use the class directly, and then have a method recursion_detected()?
6c33ac5
to
00c526f
Compare
00c526f
to
f24b105
Compare
f24b105
to
f8c51eb
Compare
Float constant folding is unsound without considering the rounding mode.
@peterschrammel Could you clean up this branch of yours with respect to whitespace changes? A large part of the diff seems to consist in whitespace edits, which may actually have been fixed in master? |
6a70bd0
to
e545668
Compare
Closing because this PR is obsolete in that form. |
…l-program SEC-41 : Introducing the option --dump-html-program to security-analyser.
minor changes to make 2LS compile with CBMC master