[Sema] Add implicit @_hasStorage attribute for printing

This commit is contained in:
Harlan Haskins
2018-11-26 18:21:35 -08:00
parent a1c23be91a
commit a64a4e1940
2 changed files with 5 additions and 0 deletions

View File

@@ -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;