[AST/Sema] Hide using declaration behind DefaultIsolationPerFile experimental feature

This commit is contained in:
Pavel Yaskevich
2025-05-30 00:01:58 -07:00
parent ad71e07cae
commit c246a7a372
9 changed files with 31 additions and 5 deletions

View File

@@ -643,6 +643,10 @@ static bool usesFeatureAlwaysInheritActorContext(Decl *decl) {
return false;
}
static bool usesFeatureDefaultIsolationPerFile(Decl *D) {
return isa<UsingDecl>(D);
}
UNINTERESTING_FEATURE(BuiltinSelect)
// ----------------------------------------------------------------------------