summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2020-10-15 08:54:16 +0200
committerPeter Eisentraut <peter@eisentraut.org>2020-10-15 08:54:16 +0200
commit73c381cee71e7dd8a78a394731958b0bbb4d8991 (patch)
tree55096f47b258ff5dda9fc2ea4a70b8e2d4db9d56 /src
parent70516a178ad0fc54d0f0d2a88175af3e1e92f83f (diff)
Add documentation link to attributes supported by Clang
Diffstat (limited to 'src')
-rw-r--r--src/include/c.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/c.h b/src/include/c.h
index aca36c757ec..9cd67f8f765 100644
--- a/src/include/c.h
+++ b/src/include/c.h
@@ -98,6 +98,7 @@
*
* GCC: https://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html
* GCC: https://gcc.gnu.org/onlinedocs/gcc/Type-Attributes.html
+ * Clang: https://clang.llvm.org/docs/AttributeReference.html
* Sunpro: https://docs.oracle.com/cd/E18659_01/html/821-1384/gjzke.html
* XLC: https://www.ibm.com/support/knowledgecenter/SSGH2K_13.1.2/com.ibm.xlc131.aix.doc/language_ref/function_attributes.html
* XLC: https://www.ibm.com/support/knowledgecenter/SSGH2K_13.1.2/com.ibm.xlc131.aix.doc/language_ref/type_attrib.html