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

@@ -4,20 +4,12 @@ module BasicBridging {
export *
}
module CBasicBridging {
header "swift/Basic/CBasicBridging.h"
}
module ASTBridging {
header "swift/AST/ASTBridging.h"
requires cplusplus
export *
}
module CASTBridging {
header "swift/AST/CASTBridging.h"
}
module SILBridging {
header "swift/SIL/SILBridging.h"
requires cplusplus