]> granicus.if.org Git - clang/commitdiff
Adding a heading to the loop hint attributes so that attribute documentation can...
authorAaron Ballman <aaron@aaronballman.com>
Tue, 22 Jul 2014 13:13:31 +0000 (13:13 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Tue, 22 Jul 2014 13:13:31 +0000 (13:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@213652 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/AttrDocs.td

index e6d6a33d3b5da572bb731327b0517f5426c4621d..758705b4ad1a2d34daf4b8221d56fb04a043b4f3 100644 (file)
@@ -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,