We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b42b81 commit 3152e08Copy full SHA for 3152e08
clang/include/clang/Basic/AttrDocs.td
@@ -33,6 +33,7 @@ def SectionDocs : Documentation {
33
The ``section`` attribute allows you to specify a specific section a
34
global variable or function should be in after translation.
35
}];
36
+ let Heading = "section (gnu::section, __declspec(allocate))";
37
}
38
39
def TLSModelDocs : Documentation {
0 commit comments