File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1022,7 +1022,7 @@ static MagicIdentifierLiteralExpr::Kind
1022
1022
getMagicIdentifierLiteralKind (tok Kind, const LangOptions &Opts) {
1023
1023
switch (Kind) {
1024
1024
case tok::pound_file:
1025
- // TODO: Enable by default at the next source break.
1025
+ // TODO: Enable by default at the next source break. (SR-13199)
1026
1026
return Opts.EnableConcisePoundFile
1027
1027
? MagicIdentifierLiteralExpr::FileIDSpelledAsFile
1028
1028
: MagicIdentifierLiteralExpr::FilePathSpelledAsFile;
Original file line number Diff line number Diff line change 21
21
// Test in "Swift 6" mode:
22
22
// RUN: %target-swift-emit-silgen -I %t -enable-experimental-concise-pound-file -module-name Foo %/s | %FileCheck --check-prefixes=BOTH,CONCISE %s
23
23
24
+ // TODO: Update RUN lines currently using -enable-experimental-concise-pound-file to use -swift-version <whatever> instead. (SR-13199)
25
+
24
26
import MagicIdentifierFileSwift5
25
27
import MagicIdentifierFileSwift6
26
28
You can’t perform that action at this time.
0 commit comments