mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Move AvailabilityAttr::PlatformKind into its own file
Swift SVN r21728
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user