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.
2 parents bd19d93 + 3105439 commit a7f6e54Copy full SHA for a7f6e54
lib/ASTGen/Sources/ASTGen/ASTGen.swift
@@ -76,7 +76,7 @@ struct ASTGenVisitor {
76
77
let ctx: BridgedASTContext
78
79
- fileprivate let allocator: SwiftSyntax.BumpPtrAllocator = .init(slabSize: 256)
+ fileprivate let allocator: SwiftSyntax.BumpPtrAllocator = .init(initialSlabSize: 256)
80
81
/// Fallback legacy parser used when ASTGen doesn't have the generate(_:)
82
/// implementation for the AST node kind.
0 commit comments