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 4bf5a34 commit 3105439Copy full SHA for 3105439
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