File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
lib/ASTGen/Sources/ASTGen Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,8 @@ extension Parser.ExperimentalFeatures {
77
77
mapFeature ( . CoroutineAccessors, to: . coroutineAccessors)
78
78
mapFeature ( . ValueGenerics, to: . valueGenerics)
79
79
mapFeature ( . ABIAttribute, to: . abiAttribute)
80
+ // TODO: mapFeature(.KeypathWithMethodMembers, to: .keypathWithMethodMembers)
81
+ mapFeature ( . OldOwnershipOperatorSpellings, to: . oldOwnershipOperatorSpellings)
80
82
}
81
83
}
82
84
Original file line number Diff line number Diff line change 1
1
// RUN: %empty-directory(%t)
2
2
// RUN: %target-swift-frontend-dump-parse -target %target-swift-5.1-abi-triple -enable-experimental-move-only -enable-experimental-feature ParserASTGen \
3
+ // RUN: -enable-experimental-feature OldOwnershipOperatorSpellings \
3
4
// RUN: | %sanitize-address > %t/astgen.ast
4
5
// RUN: %target-swift-frontend-dump-parse -target %target-swift-5.1-abi-triple -enable-experimental-move-only \
6
+ // RUN: -enable-experimental-feature OldOwnershipOperatorSpellings \
5
7
// RUN: | %sanitize-address > %t/cpp-parser.ast
6
8
7
9
// RUN: %diff -u %t/astgen.ast %t/cpp-parser.ast
8
10
9
- // RUN: %target-run-simple-swift(-target %target-swift-5.1-abi-triple -enable-experimental-feature ParserASTGen)
11
+ // RUN: %target-run-simple-swift(-target %target-swift-5.1-abi-triple -enable-experimental-feature OldOwnershipOperatorSpellings -enable-experimental-feature ParserASTGen)
10
12
11
13
// REQUIRES: executable_test
12
14
// REQUIRES: swift_swift_parser
13
15
// REQUIRES: swift_feature_ParserASTGen
16
+ // REQUIRES: swift_feature_OldOwnershipOperatorSpellings
14
17
15
18
// rdar://116686158
16
19
// UNSUPPORTED: asan
You can’t perform that action at this time.
0 commit comments