File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4360,7 +4360,7 @@ namespace {
4360
4360
// Go back to the first list and find classes with matching Swift names
4361
4361
// *even if the ObjC name doesn't match.*
4362
4362
// This shouldn't be allowed but we need it for source compatibility;
4363
- // people used `@class SwiftNameOfClass` as a workaround for not
4363
+ // people used `\ @class SwiftNameOfClass` as a workaround for not
4364
4364
// having the previous loop, and it "worked".
4365
4365
for (auto result : swiftDeclsByName) {
4366
4366
if (auto singleResult = dyn_cast<T>(result)) {
@@ -4401,7 +4401,7 @@ namespace {
4401
4401
return nullptr ;
4402
4402
}
4403
4403
4404
- // / Given some forward declared Objective-C type `@class Foo` or `@protocol Bar`, this
4404
+ // / Given some forward declared Objective-C type `\ @class Foo` or `\ @protocol Bar`, this
4405
4405
// / method attempts to find a matching @objc annotated Swift declaration `@objc class Foo {}`
4406
4406
// / or `@objc protocol Bar {}`, in an imported Swift module. That is if the Clang node is in
4407
4407
// / a Clang module, the Swift overlay for that module does not count as "non-local". Similarly,
You can’t perform that action at this time.
0 commit comments