Change @availability to @available.

This came out of today's language review meeting.
The intent is to match #available with the attribute
that describes availability.

This is a divergence from Objective-C.

Swift SVN r28484
This commit is contained in:
Ted Kremenek
2015-05-12 20:06:13 +00:00
parent cdeb5823f5
commit 62feb5c949
74 changed files with 642 additions and 642 deletions

View File

@@ -1287,8 +1287,8 @@ namespace decls_block {
BCFixed<1>,\
BCFixed<1>
using AvailabilityDeclAttrLayout = BCRecordLayout<
Availability_DECL_ATTR,
using AvailableDeclAttrLayout = BCRecordLayout<
Available_DECL_ATTR,
BCFixed<1>, // implicit flag
BCFixed<1>, // is unconditionally unavailable?
BCFixed<1>, // is unconditionally deprecated?