diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2014-05-30 12:57:13 +0000 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2014-05-30 12:57:13 +0000 |
commit | 3152e088c30214879b7bac5e1e530b7ad48cbb58 (patch) | |
tree | cdd81461fa2f4d1a249f8a9e3e5768a7a2955a43 | |
parent | 1b42b815498f72bfe70ac47510d8d636046e2881 (diff) | |
download | bcm5719-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.td | 1 |
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 { |