On Tue, Sep 13, 2022 at 11:35 AM Zhang Mingli <zmlpostg...@gmail.com> wrote:
> Param isSlice was once used to identity targetTypeId for > transformAssignmentIndirection. > > In commit c7aba7c14e, the evaluation was pushed down to > transformContainerSubscripts. > > No need to keep isSlice around transformAssignmentSubscripts. > > Attach a patch to remove it. > +1. Good catch. Thanks Richard