We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a903fc commit 98039bcCopy full SHA for 98039bc
lib/ASTGen/Sources/ASTGen/Exprs.swift
@@ -79,7 +79,7 @@ extension ASTGenVisitor {
79
return nil
80
}
81
return name.withUTF8 { buf in
82
- SwiftASTContext_getIdentifier(ctx, buf.baseAddress, buf.count)
+ SwiftASTContext_getIdentifier(ctx, buf.baseAddress, SwiftInt(buf.count))
83
84
85
let labelLocs: [UnsafeMutableRawPointer] = node.map {
0 commit comments