From: Aaron Ballman Date: Fri, 30 May 2014 12:57:13 +0000 (+0000) Subject: Setting a heading for the section/allocate attribute so that the attribute documentat... X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3152e088c30214879b7bac5e1e530b7ad48cbb58;p=platform%2Fupstream%2Fllvm.git Setting a heading for the section/allocate attribute so that the attribute documentation can be properly generated. llvm-svn: 209890 --- diff --git a/clang/include/clang/Basic/AttrDocs.td b/clang/include/clang/Basic/AttrDocs.td index 6195960..7441fe5 100644 --- a/clang/include/clang/Basic/AttrDocs.td +++ b/clang/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 {