Skip to content
Snippets Groups Projects
Commit 979388e9 authored by Aaron Ballman's avatar Aaron Ballman
Browse files

Adding a heading to the loop hint attributes so that attribute documentation...

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
parent 54dc1865
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment