mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[AST] Add a flag to indicate that the conformance is @preconcurrency
This commit is contained in:
committed by
Pavel Yaskevich
parent
4943e146bd
commit
e8b7a26eac
@@ -1282,7 +1282,8 @@ public:
|
||||
SourceLoc loc,
|
||||
DeclContext *dc,
|
||||
ProtocolConformanceState state,
|
||||
bool isUnchecked);
|
||||
bool isUnchecked,
|
||||
bool isPreconcurrency);
|
||||
|
||||
/// Produce a self-conformance for the given protocol.
|
||||
SelfProtocolConformance *
|
||||
|
||||
Reference in New Issue
Block a user