Commits

Joe Groff committed 59e803ed84b
ClangImporter,SIL: Bridge ObjCBool to Bool. Map BOOL parameters, return types, and properties to swift.Bool in the Clang importer like we map NSString to swift.String. Generalize SIL's handling of type bridging to accommodate Bool bridging in addition to String bridging. Add convertObjCBoolToBool and v.v. entry points for the compiler to use to insert bridging conversions between the two types. Implements <rdar://problem/14271667>. Swift SVN r5819