Remove CBasicBridging and CASTBridging

Merge with BasicBridging and ASTBridging
respectively. The changes here should be pretty
uncontroversial, I tried to keep it to just moving
code about.
This commit is contained in:
Hamish Knight
2023-10-30 23:49:56 +00:00
parent cae5d33368
commit 6afde8a6d2
30 changed files with 2543 additions and 2619 deletions

View File

@@ -10,7 +10,10 @@
//
//===----------------------------------------------------------------------===//
import CBasicBridging
// Building the BasicBridging module requires a bunch of '-Xcc' args, which
// don't currently end up in the module interface. So import as
// @_implementationOnly.
@_implementationOnly import BasicBridging
extension String {
init(_ data: BridgedData) {