summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2014-05-30 12:57:13 +0000
committerAaron Ballman <aaron@aaronballman.com>2014-05-30 12:57:13 +0000
commit3152e088c30214879b7bac5e1e530b7ad48cbb58 (patch)
treecdd81461fa2f4d1a249f8a9e3e5768a7a2955a43
parent1b42b815498f72bfe70ac47510d8d636046e2881 (diff)
downloadbcm5719-llvm-3152e088c30214879b7bac5e1e530b7ad48cbb58.tar.gz
bcm5719-llvm-3152e088c30214879b7bac5e1e530b7ad48cbb58.zip
Setting a heading for the section/allocate attribute so that the attribute documentation can be properly generated.
llvm-svn: 209890
-rw-r--r--clang/include/clang/Basic/AttrDocs.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/include/clang/Basic/AttrDocs.td b/clang/include/clang/Basic/AttrDocs.td
index 6195960d195..7441fe5cfee 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 {
OpenPOWER on IntegriCloud