mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[SwiftCompiler] Add DiagnosticEngine bridging
* 'SourceLoc' and 'CharSourceRange' bridging in Basic * New 'AST' bridging. 'DiagID', 'DiagnosticArgument', 'DiagnosticFixIt', and 'DiagnosticEngine'
This commit is contained in:
@@ -4,6 +4,11 @@ module BasicBridging {
|
||||
export *
|
||||
}
|
||||
|
||||
module ASTBridging {
|
||||
header "AST/ASTBridging.h"
|
||||
export *
|
||||
}
|
||||
|
||||
module SILBridging {
|
||||
header "SIL/SILBridging.h"
|
||||
export *
|
||||
|
||||
Reference in New Issue
Block a user