Skip to content

Commit 3152e08

Browse files
committed
Setting a heading for the section/allocate attribute so that the attribute documentation can be properly generated.
llvm-svn: 209890
1 parent 1b42b81 commit 3152e08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/include/clang/Basic/AttrDocs.td

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def SectionDocs : Documentation {
3333
The ``section`` attribute allows you to specify a specific section a
3434
global variable or function should be in after translation.
3535
}];
36+
let Heading = "section (gnu::section, __declspec(allocate))";
3637
}
3738

3839
def TLSModelDocs : Documentation {

0 commit comments

Comments
 (0)