Skip to content
Snippets Groups Projects
Commit bc10c41f authored by Aaron Ballman's avatar Aaron Ballman
Browse files

Setting a heading for the section/allocate attribute so that the attribute...

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209890 91177308-0d34-0410-b5e6-96231b3b80d8
parent e4a08bc1
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment