Commits

Doug Gregor committed 48ac908a8e0
Map the Objective-C BOOL type to a new ObjCBool Swift type. The ObjCBool type interoperates with Swift's native Bool type, so one can use true/false as well as conditionals with Objective-C functions/methods that involve BOOL. Swift SVN r3410