Commits

Dave Abrahams committed 9a13a7148bb
[stdlib] Consolidate bridging protocols Squash _[Conditionally]BridgedToObjectiveC into one protocol. This change results in simpler bridging code with fewer dynamic protocol conformance checks, and solves the nasty naming/semantics problem that resulted from having _ConditionallyBridgedToObjectiveC refining _BridgedToObjectiveC. Also, rename things so they're more symmetrical and less confusing. Swift SVN r20664