Commit Graph

13 Commits

Author SHA1 Message Date
Robert Widmann
e4433028b1 Catch one last runtime function rename
Looks like this didn’t quite make it in
56d55dec2b
2016-10-16 22:39:31 -04:00
Dmitri Gribenko
d175b3b66d Migrate FileCheck to %FileCheck in tests 2016-08-10 23:52:02 -07:00
Joe Groff
3998041ca5 Update ios-only DebugInfo test for id-as-Any. 2016-07-25 08:17:42 -07:00
Dmitri Gribenko
8d2d5e2f0b Use new @available syntax in test/DebugInfo/bbentry-location.swift 2016-04-17 22:54:34 -07:00
Chris Willmore
766ec591a5 Fix DebugInfo/bbentry-location.swift for NSItemProvider Swift API change 2016-04-08 11:59:24 -07:00
Manav Gabhawala
7928140f79 [SE-0046] Implements consistent function parameter labels by discarding extraneous parameter names and adding _ where necessary 2016-04-06 20:21:58 -04:00
Max Moiseev
cf4bafe9e3 Merge remote-tracking branch 'origin/master' into swift-3-api-guidelines 2016-03-03 13:22:03 -08:00
Roman Levenstein
aa8350edb7 Fix an iOS test. 2016-02-26 14:47:31 -08:00
Mishal Awadah
ecde5aae60 [api-rename] Fix tests to use new APIs. 2016-02-23 11:42:38 -08:00
practicalswift
9eb2ee0638 [gardening] Fix accidental double spaces 2016-02-14 17:30:44 +01:00
Ted Kremenek
62feb5c949 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
2015-05-12 20:06:13 +00:00
Devin Coughlin
d08b98b1ca Sema: Turn on availability checking by default
Enable checking for uses of potentially unavailable APIs. There is
a frontend option to disable it: -disable-availability-checking.

This commit updates the SDK overlays with @availability() annotations for the
declarations where the overlay refers to potentially unavailable APIs. It also changes
several tests that refer to potentially unavailable APIs to use either #available()
or @availability annotations.

Swift SVN r27272
2015-04-14 06:44:01 +00:00
Adrian Prantl
9deae1b6b7 Add a testcase I forgot add before committing r25287.
Swift SVN r25361
2015-02-18 00:46:15 +00:00