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
SIL verifier: Fix polarity of consuming check through (unchecked_addr_cast (open_existential_addr)).
This was looking for a single non-consuming use instead of checking for the absence of any consuming
uses, leading to false-positives when there were multiple non-consuming uses.
Fixes rdar://problem/44116763.
0 commit comments