Correcting an attribute documentation generation error by giving the abi_tag attribut...
authorAaron Ballman <aaron@aaronballman.com>
Thu, 10 Mar 2016 13:08:22 +0000 (13:08 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 10 Mar 2016 13:08:22 +0000 (13:08 +0000)
llvm-svn: 263109

clang/include/clang/Basic/AttrDocs.td

index 70a2e5b..4e80a8d 100644 (file)
@@ -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