Skip to content

Commit 73c381c

Browse files
committed
Add documentation link to attributes supported by Clang
1 parent 70516a1 commit 73c381c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/include/c.h

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
*
9999
* GCC: https://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html
100100
* GCC: https://gcc.gnu.org/onlinedocs/gcc/Type-Attributes.html
101+
* Clang: https://clang.llvm.org/docs/AttributeReference.html
101102
* Sunpro: https://docs.oracle.com/cd/E18659_01/html/821-1384/gjzke.html
102103
* XLC: https://www.ibm.com/support/knowledgecenter/SSGH2K_13.1.2/com.ibm.xlc131.aix.doc/language_ref/function_attributes.html
103104
* XLC: https://www.ibm.com/support/knowledgecenter/SSGH2K_13.1.2/com.ibm.xlc131.aix.doc/language_ref/type_attrib.html

0 commit comments

Comments
 (0)