File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1321,7 +1321,7 @@ class ImplementsAttr : public DeclAttribute {
1321
1321
}
1322
1322
};
1323
1323
1324
- // / A limited variant of \c @objc that's used for classes with generic ancestry.
1324
+ // / A limited variant of \c \ @objc that's used for classes with generic ancestry.
1325
1325
class ObjCRuntimeNameAttr : public DeclAttribute {
1326
1326
static StringRef getSimpleName (const ObjCAttr &Original) {
1327
1327
assert (Original.hasName ());
Original file line number Diff line number Diff line change @@ -2528,7 +2528,7 @@ class ValueDecl : public Decl {
2528
2528
// / value.getFormalAccessScope().getDeclContext())</code>
2529
2529
// /
2530
2530
// / If \p treatUsableFromInlineAsPublic is true, declarations marked with the
2531
- // / \c @usableFromInline attribute are treated as public. This is normally
2531
+ // / \c \ @usableFromInline attribute are treated as public. This is normally
2532
2532
// / false for name lookup and other source language concerns, but true when
2533
2533
// / computing the linkage of generated functions.
2534
2534
// /
Original file line number Diff line number Diff line change @@ -948,7 +948,7 @@ static void lookupVisibleMemberAndDynamicMemberDecls(
948
948
// / Enumerates all keypath dynamic members of \c baseType, as seen from the
949
949
// / context \c dc.
950
950
// /
951
- // / If \c baseType is \c @dynamicMemberLookup, this looks up any keypath
951
+ // / If \c baseType is \c \ @dynamicMemberLookup, this looks up any keypath
952
952
// / dynamic member subscripts and looks up the members of the keypath's root
953
953
// / type.
954
954
static void lookupVisibleDynamicMemberLookupDecls (
You can’t perform that action at this time.
0 commit comments