Mishal Shah
c5ff1f2cac
Update master to build with Xcode 9 beta 1, OS X 10.13, iOS 11, tvOS 11, and watchOS 4 SDKs.
2017-06-14 16:20:35 -07:00
Brian Croom
42b6577aa9
[XCTest] Reduce bridging overhead from the exception-catching trampoline
...
By returning `nil` instead of an empty dictionary in the common case where
no exception is encountered, we skip any dictionary-bridging work which
can become expensive if making assertions in a tight loop.
2017-01-23 15:02:38 -08:00
practicalswift
6d1ae2a39c
[gardening] 2016 → 2017
2017-01-06 16:41:22 +01:00
practicalswift
797b80765f
[gardening] Use the correct base URL ( https://swift.org ) in references to the Swift website
...
Remove all references to the old non-TLS enabled base URL (http://swift.org )
2016-11-20 17:36:03 +01:00
practicalswift
b864577bf5
[gardening] Fix inconsistent headers.
2016-10-21 22:05:44 +02:00
Jordan Rose
dce51edf06
[SDK] Remove the -*- C++ -*- tag from the new overlay shim headers.
...
These get imported by Swift, so "Objective-C" would be more appropriate.
For now, though, just let it fall back to C mode.
2016-10-15 15:08:27 -07:00
Jordan Rose
2e560b0319
[SDK] Use an extra shim header to remove _silgen_name from XCTest.
2016-10-15 14:59:27 -07:00