summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorErich Keane <erich.keane@intel.com>2017-10-16 20:13:36 +0000
committerErich Keane <erich.keane@intel.com>2017-10-16 20:13:36 +0000
commitc15f4b9fa78872b8c2ee2f3db3a43861c6790cbf (patch)
tree4add491a6de9d98e5131ce72b26de57b260de8a6 /clang
parent72518eaa6f5c85a1d633b91a1f0e30b2a84ca275 (diff)
downloadbcm5719-llvm-c15f4b9fa78872b8c2ee2f3db3a43861c6790cbf.tar.gz
bcm5719-llvm-c15f4b9fa78872b8c2ee2f3db3a43861c6790cbf.zip
Clarify the 'interrupt' names in Attribute Docs
All 4 of the 'interrupt' headers were automatically named 'interrupt'. This patch gives them unique names. llvm-svn: 315929
Diffstat (limited to 'clang')
-rw-r--r--clang/include/clang/Basic/AttrDocs.td4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/include/clang/Basic/AttrDocs.td b/clang/include/clang/Basic/AttrDocs.td
index e51c65073fe..3a288118bae 100644
--- a/clang/include/clang/Basic/AttrDocs.td
+++ b/clang/include/clang/Basic/AttrDocs.td
@@ -1290,6 +1290,7 @@ Here is an example:
def ARMInterruptDocs : Documentation {
let Category = DocCatFunction;
+ let Heading = "interrupt (ARM)";
let Content = [{
Clang supports the GNU style ``__attribute__((interrupt("TYPE")))`` attribute on
ARM targets. This attribute may be attached to a function definition and
@@ -1331,6 +1332,7 @@ The semantics are as follows:
def MipsInterruptDocs : Documentation {
let Category = DocCatFunction;
+ let Heading = "interrupt (MIPS)";
let Content = [{
Clang supports the GNU style ``__attribute__((interrupt("ARGUMENT")))`` attribute on
MIPS targets. This attribute may be attached to a function definition and instructs
@@ -1427,6 +1429,7 @@ as ``-mlong-calls`` and ``-mno-long-calls``.
def AVRInterruptDocs : Documentation {
let Category = DocCatFunction;
+ let Heading = "interrupt (AVR)";
let Content = [{
Clang supports the GNU style ``__attribute__((interrupt))`` attribute on
AVR targets. This attribute may be attached to a function definition and instructs
@@ -2789,6 +2792,7 @@ Marking virtual functions as ``disable_tail_calls`` is legal.
def AnyX86InterruptDocs : Documentation {
let Category = DocCatFunction;
+ let Heading = "interrupt (X86)";
let Content = [{
Clang supports the GNU style ``__attribute__((interrupt))`` attribute on
x86/x86-64 targets.The compiler generates function entry and exit sequences
OpenPOWER on IntegriCloud