diff options
| author | Arsen Arsenović <arsen@aarsen.me> | 2022-01-25 20:30:40 +0100 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2022-01-26 19:22:17 -0500 |
| commit | 57ce83b396a46a685ef1274c9f1af76c87b73c5a (patch) | |
| tree | c6fa873288eda382567192cd4eef751a26b607e7 /docs/markdown/Reference-tables.md | |
| parent | 88f8a8ea156b4839529221192819bde72a89a32d (diff) | |
| download | meson-57ce83b396a46a685ef1274c9f1af76c87b73c5a.tar.gz | |
compilers/c_function_attributes: add retain
retain is a relatively young attribute which has proven itself useful
for working with --gc-sections -z start-stop-gc.
Diffstat (limited to 'docs/markdown/Reference-tables.md')
| -rw-r--r-- | docs/markdown/Reference-tables.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md index 553b67c4f..81117bc60 100644 --- a/docs/markdown/Reference-tables.md +++ b/docs/markdown/Reference-tables.md @@ -240,6 +240,7 @@ which are supported by GCC, Clang, and other compilers. | optimize | | packed | | pure | +| retain⁴ | | returns_nonnull | | unused | | used | @@ -261,6 +262,8 @@ which are supported by GCC, Clang, and other compilers. ³ *New in 0.55.0* +⁴ *New in 0.62.0* + ### MSVC __declspec These values are supported using the MSVC style `__declspec` annotation, |
