diff options
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 553b67c..81117bc 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, |