File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 10
10
//
11
11
//===----------------------------------------------------------------------===//
12
12
13
- @_spi ( RawSyntax) import SwiftSyntax
14
- @_spi ( BumpPtrAllocator) import SwiftSyntax
13
+ @_spi ( RawSyntax) @_spi ( BumpPtrAllocator) import SwiftSyntax
15
14
16
15
extension SyntaxText {
17
16
fileprivate func containsPlaceholderEnd( ) -> Bool {
Original file line number Diff line number Diff line change 10
10
//
11
11
//===----------------------------------------------------------------------===//
12
12
13
- @_spi ( RawSyntax) import SwiftSyntax
14
- @_spi ( BumpPtrAllocator) import SwiftSyntax
13
+ @_spi ( RawSyntax) @_spi ( BumpPtrAllocator) import SwiftSyntax
15
14
16
15
extension Lexer {
17
16
/// A sequence of ``Lexer/Lexeme`` tokens starting from a ``Lexer/Cursor``
Original file line number Diff line number Diff line change 10
10
//
11
11
//===----------------------------------------------------------------------===//
12
12
13
- @_spi ( RawSyntax) import SwiftSyntax
14
- @_spi ( BumpPtrAllocator) import SwiftSyntax
13
+ @_spi ( RawSyntax) @_spi ( BumpPtrAllocator) import SwiftSyntax
15
14
16
15
/// A separate lexer specifically for regex literals.
17
16
fileprivate struct RegexLiteralLexer {
Original file line number Diff line number Diff line change 10
10
//
11
11
//===----------------------------------------------------------------------===//
12
12
13
- @_spi ( RawSyntax) import SwiftSyntax
14
- @_spi ( BumpPtrAllocator) import SwiftSyntax
13
+ @_spi ( RawSyntax) @_spi ( BumpPtrAllocator) import SwiftSyntax
15
14
16
15
extension StringLiteralExprSyntax {
17
16
You can’t perform that action at this time.
0 commit comments