mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Improve tests and generate the rest of the output
This commit is contained in:
@@ -819,8 +819,10 @@ UIdent SwiftLangSupport::getUIDForFormalAccessScope(const swift::AccessScope Sco
|
||||
return EffectiveAccess_Internal;
|
||||
} else if (Scope.isFileScope()) {
|
||||
return EffectiveAccess_FilePrivate;
|
||||
} else {
|
||||
} else if (Scope.isPrivate()) {
|
||||
return EffectiveAccess_LessThanFilePrivate;
|
||||
} else {
|
||||
llvm_unreachable("Unsupported access scope");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user