File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
lib/ASTGen/Sources/ASTGen Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -476,7 +476,7 @@ extension Optional where Wrapped: LazyCollectionProtocol {
476476/// Generate AST nodes for all top-level entities in the given source file.
477477@_cdecl ( " swift_ASTGen_buildTopLevelASTNodes " )
478478public func buildTopLevelASTNodes(
479- diagEnginePtr: UnsafeMutablePointer < UInt8 > ,
479+ diagEnginePtr: UnsafeMutableRawPointer ,
480480 sourceFilePtr: UnsafePointer < UInt8 > ,
481481 dc: UnsafeMutableRawPointer ,
482482 ctx: UnsafeMutableRawPointer ,
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ extension Syntax {
102102/// Emit diagnostics within the given source file.
103103@_cdecl ( " swift_ASTGen_emitParserDiagnostics " )
104104public func emitParserDiagnostics(
105- diagEnginePtr: UnsafeMutablePointer < UInt8 > ,
105+ diagEnginePtr: UnsafeMutableRawPointer ,
106106 sourceFilePtr: UnsafeMutablePointer < UInt8 > ,
107107 emitOnlyErrors: CInt ,
108108 downgradePlaceholderErrorsToWarnings: CInt
Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ extension ASTGenVisitor {
342342@_cdecl ( " swift_ASTGen_buildTypeRepr " )
343343@usableFromInline
344344func buildTypeRepr(
345- diagEnginePtr: UnsafeMutablePointer < UInt8 > ,
345+ diagEnginePtr: UnsafeMutableRawPointer ,
346346 sourceFilePtr: UnsafeRawPointer ,
347347 typeLocPtr: UnsafePointer < UInt8 > ,
348348 dc: UnsafeMutableRawPointer ,
You can’t perform that action at this time.
0 commit comments