From c763b1bdd19682d471866b783c7ef7bc8207acc7 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Tue, 22 Jul 2014 13:13:31 +0000 Subject: [PATCH] Adding a heading to the loop hint attributes so that attribute documentation can be generated again. llvm-svn: 213652 --- clang/include/clang/Basic/AttrDocs.td | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/include/clang/Basic/AttrDocs.td b/clang/include/clang/Basic/AttrDocs.td index e6d6a33d3b5d..758705b4ad1a 100644 --- a/clang/include/clang/Basic/AttrDocs.td +++ b/clang/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,