Setting a heading for the section/allocate attribute so that the attribute documentation can be properly generated.

llvm-svn: 209890
This commit is contained in:
Aaron Ballman 2014-05-30 12:57:13 +00:00
parent 1b42b81549
commit 3152e088c3
1 changed files with 1 additions and 0 deletions

View 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 {