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 {
476
476
/// Generate AST nodes for all top-level entities in the given source file.
477
477
@_cdecl ( " swift_ASTGen_buildTopLevelASTNodes " )
478
478
public func buildTopLevelASTNodes(
479
- diagEnginePtr: UnsafeMutablePointer < UInt8 > ,
479
+ diagEnginePtr: UnsafeMutableRawPointer ,
480
480
sourceFilePtr: UnsafePointer < UInt8 > ,
481
481
dc: UnsafeMutableRawPointer ,
482
482
ctx: UnsafeMutableRawPointer ,
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ extension Syntax {
102
102
/// Emit diagnostics within the given source file.
103
103
@_cdecl ( " swift_ASTGen_emitParserDiagnostics " )
104
104
public func emitParserDiagnostics(
105
- diagEnginePtr: UnsafeMutablePointer < UInt8 > ,
105
+ diagEnginePtr: UnsafeMutableRawPointer ,
106
106
sourceFilePtr: UnsafeMutablePointer < UInt8 > ,
107
107
emitOnlyErrors: CInt ,
108
108
downgradePlaceholderErrorsToWarnings: CInt
Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ extension ASTGenVisitor {
342
342
@_cdecl ( " swift_ASTGen_buildTypeRepr " )
343
343
@usableFromInline
344
344
func buildTypeRepr(
345
- diagEnginePtr: UnsafeMutablePointer < UInt8 > ,
345
+ diagEnginePtr: UnsafeMutableRawPointer ,
346
346
sourceFilePtr: UnsafeRawPointer ,
347
347
typeLocPtr: UnsafePointer < UInt8 > ,
348
348
dc: UnsafeMutableRawPointer ,
You can’t perform that action at this time.
0 commit comments