mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[caller-isolation] Teach Sema how to handle isolation of explicit @execution({concurrent,caller}).
This commit is contained in:
@@ -8093,6 +8093,8 @@ public:
|
||||
return cast_or_null<AbstractFunctionDecl>(ValueDecl::getOverriddenDecl());
|
||||
}
|
||||
|
||||
std::optional<ExecutionKind> getExecutionBehavior() const;
|
||||
|
||||
/// Whether the declaration is later overridden in the module
|
||||
///
|
||||
/// Overrides are resolved during type checking; only query this field after
|
||||
|
||||
Reference in New Issue
Block a user