From: Aaron Ballman Date: Tue, 22 Jul 2014 13:13:31 +0000 (+0000) Subject: Adding a heading to the loop hint attributes so that attribute documentation can... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=979388e9aa6b46b81b29f2b77b8e660a7bf983ea;p=clang Adding a heading to the loop hint attributes so that attribute documentation can be generated again. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@213652 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/AttrDocs.td b/include/clang/Basic/AttrDocs.td index e6d6a33d3b..758705b4ad 100644 --- a/include/clang/Basic/AttrDocs.td +++ b/include/clang/Basic/AttrDocs.td @@ -1051,6 +1051,7 @@ This attribute is incompatible with the ``always_inline`` attribute. def LoopHintDocs : Documentation { let Category = DocCatStmt; + let Heading = "#pragma clang loop, #pragma unroll"; let Content = [{ The ``#pragma clang loop`` directive allows loop optimization hints to be specified for the subsequent loop. The directive allows vectorization,