From bc10c41f5098d2573b21337301ce7c6a7fa269c1 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Fri, 30 May 2014 12:57:13 +0000 Subject: [PATCH] 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 --- include/clang/Basic/AttrDocs.td | 1 + 1 file changed, 1 insertion(+) diff --git a/include/clang/Basic/AttrDocs.td b/include/clang/Basic/AttrDocs.td index 6195960d19..7441fe5cfe 100644 --- a/include/clang/Basic/AttrDocs.td +++ b/include/clang/Basic/AttrDocs.td @@ -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 { -- 2.40.0