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
Temporarily make string literals have __CPROVER_string type
Until we get proper types working for string literals, this
change allows cbmc to at least assert equality/inequality between
string literals. Even if we had proper array types for strings,
until we have arrays working, we can't do much with them - so this
is a reasonable halfway house for now.
0 commit comments