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
Add check it type is complete to prefer_pass_by_value
In current implementation of `prefer_pass_by_value` we check sizeof type.
It fails in case that type is incomplete. This change adds a check if
there is a possibility to check the sizeof type.
0 commit comments