diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2019-04-03 14:40:00 +0000 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2019-04-03 14:40:00 +0000 |
commit | 7f036ab754f154740bc7c62f1aa55804371db588 (patch) | |
tree | 0371c52818fbdb7c71bd27470a3b348b076ee9ca | |
parent | 4e0605d552fc3efa8c1252b037820e750264a215 (diff) | |
download | bcm5719-llvm-7f036ab754f154740bc7c62f1aa55804371db588.tar.gz bcm5719-llvm-7f036ab754f154740bc7c62f1aa55804371db588.zip |
Whitespace and formatting changes; NFC.
llvm-svn: 357589
-rw-r--r-- | clang/include/clang/Basic/AttrDocs.td | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/clang/include/clang/Basic/AttrDocs.td b/clang/include/clang/Basic/AttrDocs.td index e11b8f00ead..b1ca3e5c22f 100644 --- a/clang/include/clang/Basic/AttrDocs.td +++ b/clang/include/clang/Basic/AttrDocs.td @@ -921,8 +921,6 @@ and Objective-C methods. }]; } - - def NoDebugDocs : Documentation { let Category = DocCatVariable; let Content = [{ @@ -1080,7 +1078,10 @@ can only be placed before an @protocol or @interface declaration: def ObjCRuntimeVisibleDocs : Documentation { let Category = DocCatDecl; let Content = [{ -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. +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. }]; } @@ -2774,8 +2775,6 @@ def PipelineHintDocs : Documentation { }]; } - - def OpenCLUnrollHintDocs : Documentation { let Category = DocCatStmt; let Content = [{ @@ -3345,7 +3344,7 @@ jumps from i386 arch code). }]; } -def AnyX86NoCfCheckDocs : Documentation{ +def AnyX86NoCfCheckDocs : Documentation { let Category = DocCatFunction; let Content = [{ Jump Oriented Programming attacks rely on tampering with addresses used by |