Files
swift-mirror/stdlib/core/String.swift
Dave Abrahams b4c4b30f27 [stdlib] Don't leak CF dependency from core stdlib
Carefully track the functions that inject these dependencies, so all
functions that use them can be protected with

  @inline(never) @semantics("stdlib_binary_only")

To do this, we introduce a naming convention: the _stdlib_binary_ prefix
distinguishes functions dependent on external frameworks.  All callers
of such functions must adopt either the naming convention, or the
attributes above.

This change should unbreak the build.

Swift SVN r25020
2015-02-06 00:48:16 +00:00

31 KiB