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
Previously we permitted operator redeclarations
across files as the user could shadow imported
operator decls on a per-file basis, and we would
prefer an imported operator decl over one in
another file.
However with the new operator lookup
implementation, operators in the current module
always shadow imported decls. As such, we should
start diagnosing cross-file redeclarations when
the new lookup logic is enabled.
Resolves rdar://48731166
0 commit comments