Skip to content

Commit 7f036ab

Browse files
committed
Whitespace and formatting changes; NFC.
llvm-svn: 357589
1 parent 4e0605d commit 7f036ab

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

clang/include/clang/Basic/AttrDocs.td

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -921,8 +921,6 @@ and Objective-C methods.
921921
}];
922922
}
923923

924-
925-
926924
def NoDebugDocs : Documentation {
927925
let Category = DocCatVariable;
928926
let Content = [{
@@ -1080,7 +1078,10 @@ can only be placed before an @protocol or @interface declaration:
10801078
def ObjCRuntimeVisibleDocs : Documentation {
10811079
let Category = DocCatDecl;
10821080
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
1084+
them.
10841085
}];
10851086
}
10861087

@@ -2774,8 +2775,6 @@ def PipelineHintDocs : Documentation {
27742775
}];
27752776
}
27762777

2777-
2778-
27792778
def OpenCLUnrollHintDocs : Documentation {
27802779
let Category = DocCatStmt;
27812780
let Content = [{
@@ -3345,7 +3344,7 @@ jumps from i386 arch code).
33453344
}];
33463345
}
33473346

3348-
def AnyX86NoCfCheckDocs : Documentation{
3347+
def AnyX86NoCfCheckDocs : Documentation {
33493348
let Category = DocCatFunction;
33503349
let Content = [{
33513350
Jump Oriented Programming attacks rely on tampering with addresses used by

0 commit comments

Comments
 (0)