r356551 - Correct this attribute group documentation to have a heading, which fixes the docs builder.

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 20 04:58:38 PDT 2019


Author: aaronballman
Date: Wed Mar 20 04:58:38 2019
New Revision: 356551

URL: http://llvm.org/viewvc/llvm-project?rev=356551&view=rev
Log:
Correct this attribute group documentation to have a heading, which fixes the docs builder.

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=356551&r1=356550&r2=356551&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/AttrDocs.td (original)
+++ cfe/trunk/include/clang/Basic/AttrDocs.td Wed Mar 20 04:58:38 2019
@@ -606,6 +606,7 @@ Query for this feature with ``__has_attr
 
 def PassObjectSizeDocs : Documentation {
   let Category = DocCatVariable; // Technically it's a parameter doc, but eh.
+  let Heading = "pass_object_size, pass_dynamic_object_size";
   let Content = [{
 .. Note:: The mangling of functions with parameters that are annotated with
   ``pass_object_size`` is subject to change. You can get around this by




More information about the cfe-commits mailing list