r213652 - Adding a heading to the loop hint attributes so that attribute documentation can be generated again.

Aaron Ballman aaron at aaronballman.com
Tue Jul 22 06:13:31 PDT 2014


Author: aaronballman
Date: Tue Jul 22 08:13:31 2014
New Revision: 213652

URL: http://llvm.org/viewvc/llvm-project?rev=213652&view=rev
Log:
Adding a heading to the loop hint attributes so that attribute documentation can be generated again.

Modified:
    cfe/trunk/include/clang/Basic/AttrDocs.td

Modified: cfe/trunk/include/clang/Basic/AttrDocs.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/AttrDocs.td?rev=213652&r1=213651&r2=213652&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/AttrDocs.td (original)
+++ cfe/trunk/include/clang/Basic/AttrDocs.td Tue Jul 22 08:13:31 2014
@@ -1051,6 +1051,7 @@ This attribute is incompatible with the
 
 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,





More information about the cfe-commits mailing list