Remove the @_downgrade_exhaustivity_check hack

This hack was only needed for Swift 3 mode in a narrow case.  Flush it out of the compiler so we can simplify the space engine.
This commit is contained in:
Robert Widmann
2018-07-05 11:53:15 -07:00
parent f97d13d984
commit 2fb5afb755
15 changed files with 40 additions and 240 deletions

View File

@@ -682,7 +682,6 @@ Optional<UIdent> SwiftLangSupport::getUIDForDeclAttribute(const swift::DeclAttri
// Ignore these.
case DAK_ShowInInterface:
case DAK_RawDocComment:
case DAK_DowngradeExhaustivityCheck:
case DAK_HasInitialValue:
return None;
default: