]> granicus.if.org Git - clang/commitdiff
Setting a heading for the section/allocate attribute so that the attribute documentat...
authorAaron Ballman <aaron@aaronballman.com>
Fri, 30 May 2014 12:57:13 +0000 (12:57 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Fri, 30 May 2014 12:57:13 +0000 (12:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209890 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/AttrDocs.td

index 6195960d195e46385cb46ece96d1b32e7649df11..7441fe5cfee8b11fc1d7df3f6c254f3182727405 100644 (file)
@@ -33,6 +33,7 @@ def SectionDocs : Documentation {
 The ``section`` attribute allows you to specify a specific section a
 global variable or function should be in after translation.
   }];
+  let Heading = "section (gnu::section, __declspec(allocate))";
 }
 
 def TLSModelDocs : Documentation {