mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
AST: AbstractGenericSignatureRequest and InferredGenericSignatureRequest return the HadAnyError bit
For now I'm going to use this in -verify-generic-signatures, but it could be useful in other places too.
This commit is contained in:
@@ -1749,5 +1749,5 @@ swift::buildGenericSignature(ASTContext &ctx,
|
||||
baseSignature.getPointer(),
|
||||
addedParameters,
|
||||
addedRequirements},
|
||||
GenericSignature());
|
||||
GenericSignatureWithError()).getPointer();
|
||||
}
|
||||
Reference in New Issue
Block a user