-
Notifications
You must be signed in to change notification settings - Fork 10.6k
ManualOwnership: don't diagnose unknown callees #84593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Since the annotation is non-viral, we don't want to emit an error when we counter a callee that is unknown. resolves rdar://161407417
Didn't mean to remove code owners as reviewers. Github's UI didn't update when I opened the PR. |
@swift-ci smoke test |
preset=buildbot,tools=RA,stdlib=DA |
@swift-ci smoke test windows |
Hmm, there's another diagnostics difference in this preset configuration than expected:
|
For now I'm going to merge this fix. It may not completely unblock that CI job, but it does fix the original issue. |
Since the annotation is non-viral, we don't want to emit an error when we counter a callee that is unknown.
resolves rdar://161407417