Aaron, thank you for fixing this! On Thu, Mar 10, 2016 at 4:08 PM, Aaron Ballman via cfe-commits < cfe-commits@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@lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits >
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits