Merge branch 'main' into es-pkg-acl

This commit is contained in:
Ellie Shin
2023-01-19 16:18:17 -08:00
committed by GitHub
1075 changed files with 41283 additions and 20412 deletions

View File

@@ -674,6 +674,7 @@ UIdent SwiftLangSupport::getUIDForSymbol(SymbolInfo sym, bool isRef) {
SIMPLE_CASE(Protocol)
SIMPLE_CASE(Constructor)
SIMPLE_CASE(Destructor)
SIMPLE_CASE(Macro)
case SymbolKind::EnumConstant:
return UID_FOR(EnumElement);