File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 7
7
8
8
import Foundation
9
9
10
- // TODO: Ideally we'd output invalid decls regardless (so that they could eg. be used in code
11
- // completion), but we avoid doing so for now to prevent crashes. Revisit later to handle a possibly
12
- // invalid AST while printing the ObjectiveC header - see SR-15088.
10
+ // TODO: Ideally we'd output invalid decls regardless (so that they could eg. be
11
+ // used in code completion), but we avoid doing so for now to prevent crashes.
12
+ // Revisit later to handle a possibly invalid AST while printing the ObjectiveC
13
+ // header - see https://github.com/apple/swift/issues/57414.
13
14
14
15
@objc class ErrorClass : NSObject {
15
16
// CHECK: @interface ErrorClass
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ import ObjectiveC
14
14
// FIXME: The imported typedefs should be printed directly as the param types,
15
15
// but one level of sugar is currently lost when applying @noescape. The importer
16
16
// also loses __attribute__((noescape)) for params of imported function types.
17
- // < https://bugs. swift.org/browse/SR-2520>
18
- // < https://bugs. swift.org/browse/SR-2529>
17
+ // https://github.com/apple/ swift/issues/45125
18
+ // https://github.com/apple/ swift/issues/45134
19
19
20
20
// CHECK-NEXT: - (void)noescapeParam1:(SWIFT_NOESCAPE void (^ _Nonnull)(void))input;
21
21
// CHECK-NEXT: - (void)noescapeParam2:(SWIFT_NOESCAPE void (^ _Nonnull)(PlainBlock _Nullable))input;
You can’t perform that action at this time.
0 commit comments