aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTristan Partin <tristan@partin.io>2022-05-19 13:33:14 -0500
committerEli Schwartz <eschwartz93@gmail.com>2022-05-19 15:05:53 -0400
commit5d438b6aedbb074c06f6f9fa2f7972b422ccd1bd (patch)
treed0ac85a2e428fc3fdd89148cb6716128e8d5d0ab /docs
parent8afdecb039c927b5ddea6533789d956dd51a7882 (diff)
downloadmeson-5d438b6aedbb074c06f6f9fa2f7972b422ccd1bd.zip
meson-5d438b6aedbb074c06f6f9fa2f7972b422ccd1bd.tar.gz
meson-5d438b6aedbb074c06f6f9fa2f7972b422ccd1bd.tar.bz2
Add cc.has_function_attribute('section')
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Reference-tables.md3
1 files changed, 3 insertions, 0 deletions
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,