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,


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to