From 1f516cd77cae3cb51f82a650214b18c41ab43e70 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Thu, 10 Mar 2016 13:08:22 +0000 Subject: [PATCH] Correcting an attribute documentation generation error by giving the abi_tag attribute a documentation category. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@263109 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Basic/AttrDocs.td | 1 + 1 file changed, 1 insertion(+) diff --git a/include/clang/Basic/AttrDocs.td b/include/clang/Basic/AttrDocs.td index 70a2e5b59b..4e80a8db09 100644 --- a/include/clang/Basic/AttrDocs.td +++ b/include/clang/Basic/AttrDocs.td @@ -2160,6 +2160,7 @@ optimizations like C++'s named return value optimization (NRVO). } 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 -- 2.50.1