Graham Batty
83b4384fac
Update test flags for linux failures and support.
...
Also removed the sdk 'feature' in favour of the more specific
objc_interop.
Swift SVN r24856
2015-01-30 21:31:48 +00:00
Graham Batty
83f27a8af7
Revert "Mark tests that don't pass on linux as XFAIL."
...
This reverts commit 2711ca86de7bf6a7885ccea24219a48a590b1e95.
Swift SVN r23577
2014-11-24 17:42:13 +00:00
Graham Batty
198402dcfe
Mark tests that don't pass on linux as XFAIL.
...
Swift SVN r23573
2014-11-24 17:40:37 +00:00
Chris Lattner
07d8963ba9
fix <rdar://problem/16554056> __FUNCTION__ in deinit for NSObject subclasses crashes the compiler
...
Swift SVN r21300
2014-08-20 00:28:01 +00:00
Joe Pamer
f55c751958
Add a fixit for optional-typed expressions used in conditional expression positions.
...
Swift SVN r20639
2014-07-28 19:20:42 +00:00
Ted Kremenek
5ddc49da83
Change '@objc' to require importing 'Foundation', not just 'ObjectiveC'.
...
Implements <rdar://problem/16466543>.
Swift SVN r19128
2014-06-24 06:04:20 +00:00
Ted Kremenek
fad874708e
Adjust test cases.
...
Swift SVN r17964
2014-05-12 22:01:52 +00:00
Doug Gregor
c2c367b12a
Pass the right selector to swift_objcRespondsToSelector().
...
With this, we're correctly lowering the dynamic_method_br instruction
to IR, which allows us to query the existence of an instance method on
a value of type DynamicLookup and, if it's there, call it via the
closure stored in the optional. Part of <rdar://problem/14397505>.
Swift SVN r8205
2013-09-13 17:12:32 +00:00