Skip to content

Commit 6afde8a

Browse files
committed
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.
1 parent cae5d33 commit 6afde8a

30 files changed

+2543
-2619
lines changed

include/module.modulemap

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,12 @@ module BasicBridging {
44
export *
55
}
66

7-
module CBasicBridging {
8-
header "swift/Basic/CBasicBridging.h"
9-
}
10-
117
module ASTBridging {
128
header "swift/AST/ASTBridging.h"
139
requires cplusplus
1410
export *
1511
}
1612

17-
module CASTBridging {
18-
header "swift/AST/CASTBridging.h"
19-
}
20-
2113
module SILBridging {
2214
header "swift/SIL/SILBridging.h"
2315
requires cplusplus

include/swift/AST/ASTBridging.h

Lines changed: 794 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)