From: Peter Eisentraut Date: Thu, 15 Oct 2020 06:54:16 +0000 (+0200) Subject: Add documentation link to attributes supported by Clang X-Git-Tag: REL_14_BETA1~1496 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=73c381cee71e7dd8a78a394731958b0bbb4d8991;p=postgresql.git Add documentation link to attributes supported by Clang --- 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