mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Handle indexing of macros
This commit is contained in:
@@ -672,6 +672,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);
|
||||
|
||||
Reference in New Issue
Block a user