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
Currently, Clang doesn't seem to enable -Wself-assign by default without a good reason I can see. Anything this diagnoses is almost certainly a bug. This doesn't warn on weird user-defined operators either, since there is -Wself-assign-overloaded for that case.