mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user