Skip to content

Commit 41e9acf

Browse files
committed
added import to necessary files
1 parent c763574 commit 41e9acf

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

Sources/SwiftParser/Lexer/Cursor.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
//===----------------------------------------------------------------------===//
1212

1313
@_spi(RawSyntax) import SwiftSyntax
14+
@_spi(BumpPtrAllocator) import SwiftSyntax
1415

1516
extension SyntaxText {
1617
fileprivate func containsPlaceholderEnd() -> Bool {

Sources/SwiftParser/Lexer/LexemeSequence.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
//===----------------------------------------------------------------------===//
1212

1313
@_spi(RawSyntax) import SwiftSyntax
14+
@_spi(BumpPtrAllocator) import SwiftSyntax
1415

1516
extension Lexer {
1617
/// A sequence of ``Lexer/Lexeme`` tokens starting from a ``Lexer/Cursor``

Sources/SwiftParser/Lexer/RegexLiteralLexer.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
//===----------------------------------------------------------------------===//
1212

1313
@_spi(RawSyntax) import SwiftSyntax
14+
@_spi(BumpPtrAllocator) import SwiftSyntax
1415

1516
/// A separate lexer specifically for regex literals.
1617
fileprivate struct RegexLiteralLexer {

Sources/SwiftParser/StringLiteralRepresentedLiteralValue.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
//===----------------------------------------------------------------------===//
1212

1313
@_spi(RawSyntax) import SwiftSyntax
14+
@_spi(BumpPtrAllocator) import SwiftSyntax
1415

1516
extension StringLiteralExprSyntax {
1617

0 commit comments

Comments
 (0)