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
If a variable is cast to e.g. int everywhere in the program, we may declare it int instead of unsigned int (and the casts visitor then removes useless casts). The question is whether we can easily track the casts of the variable.
The text was updated successfully, but these errors were encountered:
If a variable is cast to e.g.
int
everywhere in the program, we may declare itint
instead ofunsigned int
(and the casts visitor then removes useless casts). The question is whether we can easily track the casts of the variable.The text was updated successfully, but these errors were encountered: