Thanks!  Committed as r213885.

On Thu, Jul 24, 2014 at 8:38 AM, Aaron Ballman <[email protected]>
wrote:

> > Index: include/clang/Basic/AttrDocs.td
>  > ===================================================================
> > --- include/clang/Basic/AttrDocs.td
> > +++ include/clang/Basic/AttrDocs.td
> > @@ -1051,7 +1051,7 @@
> >
> >  def LoopHintDocs : Documentation {
> >    let Category = DocCatStmt;
> > -  let Heading = "#pragma clang loop, #pragma unroll";
> > +  let Heading = "#pragma clang loop, #pragma unroll, #pragma nounroll";
>
> The #pragma nounroll should actually go with the unroll docs heading.
> I just had to split these up today.
>

Done.

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

Reply via email to