Commit Graph

4 Commits

Author SHA1 Message Date
practicalswift
a3f857ca7b [gardening] Add "-*- C++ -*-" to header files currently missing it 2016-01-23 11:53:05 +01:00
Zach Panzarino
e3a4147ac9 Update copyright date 2015-12-31 23:28:40 +00:00
Dmitri Hrybenko
adf7bcac0e tests: stop subclassing SKScene in non-GUI apps
Subclassing SKScene in a CLI app does not work in the newer SDK.

Swift SVN r28740
2015-05-19 01:55:32 +00:00
Dave Abrahams
7b065529a9 [stdlib] Default mirror should hide ObjC ivars
Some Foundation classes lie about their ivars, which would crash a
mirror; make sure we are not automatically exposing ivars of Objective-C
classes from the default mirror implementation.

Addresses <rdar://problem/20320302>

Swift SVN r26834
2015-04-01 22:53:35 +00:00