mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Sema] Add implicit @_hasStorage attribute for printing
This commit is contained in:
@@ -688,6 +688,7 @@ Optional<UIdent> SwiftLangSupport::getUIDForDeclAttribute(const swift::DeclAttri
|
||||
case DAK_ShowInInterface:
|
||||
case DAK_RawDocComment:
|
||||
case DAK_HasInitialValue:
|
||||
case DAK_HasStorage:
|
||||
return None;
|
||||
default:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user