clad
clad copied to clipboard
Make all pointer arguments const
Currently, if a pointer argument is passed to a function and the pointee value is changed, Clad doesn't support restoring it in the reverse sweep. The first step to address this will be to make all pointer arguments const.