r263109 - Correcting an attribute documentation generation error by giving the abi_tag attribute a documentation category.

Dmitry Polukhin via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 10 06:38:29 PST 2016


Aaron, thank you for fixing this!

On Thu, Mar 10, 2016 at 4:08 PM, Aaron Ballman via cfe-commits <
cfe-commits at lists.llvm.org> wrote:

> Author: aaronballman
> Date: Thu Mar 10 07:08:22 2016
> New Revision: 263109
>
> URL: http://llvm.org/viewvc/llvm-project?rev=263109&view=rev
> Log:
> Correcting an attribute documentation generation error by giving the
> abi_tag attribute a documentation category.
>
> 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=263109&r1=263108&r2=263109&view=diff
>
> ==============================================================================
> --- cfe/trunk/include/clang/Basic/AttrDocs.td (original)
> +++ cfe/trunk/include/clang/Basic/AttrDocs.td Thu Mar 10 07:08:22 2016
> @@ -2160,6 +2160,7 @@ optimizations like C++'s named return va
>  }
>
>  def AbiTagsDocs : Documentation {
> +  let Category = DocCatFunction;
>    let Content = [{
>  The ``abi_tag`` attribute can be applied to a function, variable, class or
>  inline namespace declaration to modify the mangled name of the entity. It
> gives
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160310/5ae5fe3b/attachment-0001.html>


More information about the cfe-commits mailing list