From 5d438b6aedbb074c06f6f9fa2f7972b422ccd1bd Mon Sep 17 00:00:00 2001 From: Tristan Partin Date: Thu, 19 May 2022 13:33:14 -0500 Subject: Add cc.has_function_attribute('section') --- docs/markdown/Reference-tables.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md index 2a6868c..8b05d49 100644 --- a/docs/markdown/Reference-tables.md +++ b/docs/markdown/Reference-tables.md @@ -246,6 +246,7 @@ which are supported by GCC, Clang, and other compilers. | pure | | retain⁴ | | returns_nonnull | +| section⁵ | | unused | | used | | visibility* | @@ -268,6 +269,8 @@ which are supported by GCC, Clang, and other compilers. ⁴ *New in 0.62.0* +⁵ *New in 0.63.0* + ### MSVC __declspec These values are supported using the MSVC style `__declspec` annotation, -- cgit v1.1