Dmitri Gribenko
c9041beea3
Migrate callsites from 'expectNotEmpty()' to 'expectNotNil()'
2016-09-10 20:05:43 -07:00
Dmitri Gribenko
243a35cd65
Migrate callsites from 'expectEmpty()' to 'expectNil()'
2016-09-10 20:05:42 -07:00
Robert Widmann
4f465224ea
Polish off uses of dynamicType in tests
2016-07-29 16:59:14 -07:00
Joe Groff
cfdb957d60
Update Interpreter tests for id-as-Any.
2016-07-25 06:40:35 -07:00
Jordan Rose
f0c3bc25ff
[IRGen] Don't emit ObjC class property metadata on old targets. ( #2350 )
...
The ObjC runtime on OS X 10.10 and older and iOS 9 and older can't
handle them, so for these targets, emit nil for all class property
lists.
It's a little unfortunate that this is target-dependent, but there's
not much we can do about it.
rdar://problem/25605427
2016-05-02 13:10:02 -07:00
Dmitri Gribenko
c52787e900
Merge commit '9cdbec13eee72feccfc5f8b987882a8c52e8107b' into swift-3-indexing-model
2016-04-14 16:23:53 -07:00
Harlan Haskins
5d888873da
[StdlibUnittest] Teach interpreter to run crash tests
2016-04-08 13:12:53 -07:00
Jordan Rose
90ddb2f2d9
[test] Disable two tests on OS X hosts before 10.11.
...
We're still investigating (rdar://problem/25605427).
2016-04-07 10:51:28 -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
Jordan Rose
4dd3c10a42
[IRGen] Correctly emit metadata for ObjC class properties.
...
...which is important because Clang CodeGen was already claiming we were!
rdar://problem/25473573
2016-04-04 19:26:48 -07:00
Jordan Rose
50e3b33739
[ClangImporter] Implement importing of ObjC class properties.
...
For the most part this was just "check isInstanceProperty"; the one feature not yet implemented
is the emission of ObjC metadata for class properties.
rdar://problem/16830785
2016-03-31 14:27:56 -07:00