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
Simplification of nested pointer arithmetic: improve readability
Use temporaries to ensure const-access where possible and name
subexpressions. This helps navigate the various uses of opX() in this
code.
No change in behaviour is expected. This code is covered by at least 33
of the regression/cbmc/ tests as well as several other regression tests.
0 commit comments