From ca237b586ef700ceb7c655b525b75917fc9a30e5 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Wed, 25 Jun 2014 12:49:05 +0000 Subject: [PATCH] Fixing the RST markup for the #pragma loop attribute documentation. llvm-svn: 211693 --- clang/include/clang/Basic/AttrDocs.td | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/include/clang/Basic/AttrDocs.td b/clang/include/clang/Basic/AttrDocs.td index 5ba1446..6951372 100644 --- a/clang/include/clang/Basic/AttrDocs.td +++ b/clang/include/clang/Basic/AttrDocs.td @@ -1015,12 +1015,12 @@ This attribute is incompatible with the ``always_inline`` attribute. def LoopHintDocs : Documentation { let Category = DocCatStmt; let Content = [{ -The ``#pragma clang loop'' directive allows loop optimization hints to be +The ``#pragma clang loop`` directive allows loop optimization hints to be specified for the subsequent loop. The directive allows vectorization, interleaving, and unrolling to be enabled or disabled. Vector width as well as interleave and unrolling count can be manually specified. See `language extensions -'_ +`_ for details. }]; } -- 2.7.4