Move AvailabilityAttr::PlatformKind into its own file

Swift SVN r21728
This commit is contained in:
Devin Coughlin
2014-09-04 23:34:19 +00:00
parent 37db85ae8f
commit 1b8ed882d3
8 changed files with 90 additions and 44 deletions

View File

@@ -1398,7 +1398,7 @@ void Serializer::writeDeclAttribute(const DeclAttribute *DA) {
LIST_VER_TUPLE_PIECES(Introduced),
LIST_VER_TUPLE_PIECES(Deprecated),
LIST_VER_TUPLE_PIECES(Obsoleted),
theAttr->Platform,
static_cast<unsigned>(theAttr->Platform),
theAttr->Message.size(),
theAttr->Rename.size(),
blob);