Improve tests and generate the rest of the output

This commit is contained in:
Bruno Rocha
2020-05-25 22:06:10 +02:00
parent 2a48e19ff0
commit f000639cce
24 changed files with 2715 additions and 418 deletions

View File

@@ -138,7 +138,7 @@ private:
if (symbol.symInfo.Kind != SymbolKind::Extension) {
AccessScope accessScope = VD->getFormalAccessScope();
UIdent AttrUID = SwiftLangSupport::getUIDForFormalAccessScope(accessScope);
info.EffectiveAccessLevel = AttrUID;
info.EffectiveAccess = AttrUID;
}
}
}