-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Noncopyable means no conformance to Copyable #68818
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
Merged
swift-ci
merged 18 commits into
swiftlang:main
from
kavon:noncopyable-means-no-conformance
Oct 19, 2023
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
148897a
[nfc] refactor `ValueDecl::isMoveOnly`
kavon 2cbb637
[nfc] remove unused diagnostics
kavon 578db55
[nfc] factor out logic to remove inherited entry
kavon d5f2d54
[Sema] initial overhaul of `isNoncopyable`
kavon 71a5935
[Sema] factor out the StorageVisitor pattern
kavon f76360c
[Sema] "Noncopyable" means no Copyable conformance
kavon 1e0c6c2
[Sema] fix tuples and NoncopyableGenerics
kavon 5e6c23e
[Sema] diagnostic for conditional Copyable
kavon b8d072f
[NoncopyableGenerics] misc fixes and improvements
kavon 3d89647
[NoncopyableGenerics] more regression testing
kavon 85340ea
[HasNoncopyableAnnotationRequest] handle `where`
kavon ef5976c
[nfc] remove stray whitespace
kavon 0c9d948
[Sema] bring back fast-path for isNoncopyable(DC)
kavon 89c10f9
[Sema] simplify checks in isNoncopyable(DC)
kavon 2920ef3
[Sema] simplify `IsNoncopyableRequest::evaluate`
kavon 3c3d531
[Sema] simplify `TypeResolver::resolveInverseType`
kavon 018ae15
[nfc] fix bad merge
kavon 0f2a8d5
bump number of diags in `0161-issue-49119.swift`
kavon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.