You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clang/include/clang/Basic/AttrDocs.td
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -921,8 +921,6 @@ and Objective-C methods.
921
921
}];
922
922
}
923
923
924
-
925
-
926
924
def NoDebugDocs : Documentation {
927
925
let Category = DocCatVariable;
928
926
let Content = [{
@@ -1080,7 +1078,10 @@ can only be placed before an @protocol or @interface declaration:
1080
1078
def ObjCRuntimeVisibleDocs : Documentation {
1081
1079
let Category = DocCatDecl;
1082
1080
let Content = [{
1083
-
This attribute specifies that the Objective-C class to which it applies is visible to the Objective-C runtime but not to the linker. Classes annotated with this attribute cannot be subclassed and cannot have categories defined for them.
1081
+
This attribute specifies that the Objective-C class to which it applies is
1082
+
visible to the Objective-C runtime but not to the linker. Classes annotated
1083
+
with this attribute cannot be subclassed and cannot have categories defined for
0 commit comments