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
I'm all for this (and would be happy to assist with that effort myself).
We had already done a round of this, around 2018-2019, and we have removed most (all?) of the throw 0;s in some folders, but of course I've seen more of them get introduced over time, and we didn't get through all the project subfolders the first time.
CBMC version: 516f109
Forking off from @martin-cs's recent comment: #6249 (comment)
We use the
throw 0
at several places throughout code base. We should use audit these instances and:INVARIANT
violation,exception
s or at leaststd::string
s in place of0
The text was updated successfully, but these errors were encountered: