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)
llvm-svn: 209890

clang/include/clang/Basic/AttrDocs.td

index 6195960..7441fe5 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 {