forked from swiftlang/swift
-
Notifications
You must be signed in to change notification settings - Fork 30
Resolve conflicts with master #909
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
Merged
Conversation
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
Remove all of this in favor of explicit constructors to preserve the one-liners, or distribute the setImplicit() calls to the callsites if necessary.
…q` to use data from solution
… solution to retrieve fixes
…ed with ASTNode This is useful when diagnostic needs to check something about type variables involved in a particular type e.g. whether type variable has been defaulted.
…ntsFailure::isMisplacedMissingArgument`
…OfReferenceEqualityOperator`
…ing generic arguments
…elpers into `FailureDiagnostic`
The API digester tests were being run only for macOS, mainly because they were not using %target-swift consistently. Lift the unnecessary restriction so we run these tests more widely.
Fixes <rdar://problem/62747693>
Structure analysis trusts what should be implicit pattern nodes have the right source location information in them. Preserve that behavior for now.
* Fixes example snippet in ExistentialCollection.swift * Removes extra parentheses
…emoryLayout.swift
…eyValuePairs.swift
This code should not yield the null Type() on failure. Instead, diagnose the failure and yield an ErrorType. This matches what clients of this function expect to signal failure. Include a regression test that exercises a common failure mode if we don't do this: module interface loading crashes. rdar://62745419
The Objective-C runtime expects a signed pointer here. The existing test would have caught this, except it was always disabled because the symbol name passed to the dlsym() check should not have had the leading '_'. Fixes <rdar://problem/57679510>.
[Gardening] Fix repeated word in diagnostic message
[Diagnostics] Audit use of constraint system in diagnostics
Sema: Make -debug-generic-signatures output legible
…m64e IRGen: Sign the class stub initialization callback pointer on arm64e
[NFC] Miscellaneous Cleanups to Patterns
…ester-tests [Test] Generalize api-digester tests to all platforms.
Propagate Failures Explicitly in Opaque Type Resolution
…MutableCollection.swift
[Gardening] De-RST the Lexicon
[SR-12528](https://bugs.swift.org/browse/SR-12528) rdar://62201744
…s-nested Diags: Use the declared type for diagnosing inheritance from final class
…everse.swift Fixes example snippet in Reverse.swift
This moves the standard library response file into the standard library generation rather than in the driver. Although the driver consumes this file, it is part of the standard library as it knows its dependencies. This removes the last of the ICU references in the toolchain.
Driver: sink the `static-stdlib-args.lnk` generation
…nostics-generic-argument [SR-12725] Diagnose unhandled generic argument mismatch involving FunctionArgument
…merge # Conflicts: # lib/Driver/CMakeLists.txt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.