mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Revert "Revert "[cxx-interop][SwiftCompilerSources] Use C++ enums directly from Swift""
This reverts commit 69431f00
This commit is contained in:
@@ -7,10 +7,17 @@ module BasicBridging {
|
||||
}
|
||||
|
||||
module ASTBridging {
|
||||
header "AST/AnyFunctionRef.h"
|
||||
header "AST/ASTBridging.h"
|
||||
header "AST/Builtins.h"
|
||||
header "AST/DiagnosticEngine.h"
|
||||
header "AST/DiagnosticConsumer.h"
|
||||
header "AST/ForeignAsyncConvention.h"
|
||||
header "AST/ForeignErrorConvention.h"
|
||||
header "AST/SubstitutionMap.h"
|
||||
|
||||
textual header "AST/Builtins.def"
|
||||
|
||||
requires cplusplus
|
||||
export *
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user