[Concurrency] Implement detecting isIsolatingCurrentContext user impls (#79946)

* [Concurrency] Detect non-default impls of isIsolatingCurrentContext

* [Concurrency] No need for trailing info about isIsolating... in conformance

* Apply changes from review
This commit is contained in:
Konrad `ktoso` Malawski
2025-03-18 09:39:11 +09:00
committed by GitHub
parent 1c78d0c683
commit 85fcd69833
13 changed files with 396 additions and 153 deletions

View File

@@ -1158,6 +1158,9 @@ public:
/// \returns true if this module is the "swift" standard library module.
bool isStdlibModule() const;
/// \returns true if this module is the "_Concurrency" standard library module.
bool isConcurrencyModule() const;
/// \returns true if this module has standard substitutions for mangling.
bool hasStandardSubstitutions() const;