diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 2c0277a40f7..172eba872ca 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -507,29 +507,31 @@ bits. Declaring that functions have no side effects or that they can never return.
- Supported: format, format_arg, non_null, - noreturn, constructor, destructor, - unused, used, - deprecated, warn_unused_result, weak
+ Supported: constructor, destructor, + deprecated, fastcall, format, + format_arg, non_null, noreturn, + stdcall, unused, used, + warn_unused_result, weak
Ignored: noinline, always_inline, pure, const, nothrow, malloc, no_instrument_function, cdecl
Unsupported: section, alias, - visibility, regparm, stdcall, - fastcall, all other target specific attributes + visibility, regparm, all other target specific + attributes
  • Variable Attributes: Specifying attributes of variables.
    Supported: cleanup, common, nocommon, - deprecated, transparent_union, + deprecated, dllimport, + dllexport, transparent_union, unused, used, weak
    Unsupported: aligned, mode, packed, section, shared, tls_model, - vector_size, dllimport, - dllexport, all target specific attributes.
  • + vector_size, all target specific attributes. +
  • Type Attributes: Specifying attributes of types.
    Supported: transparent_union, unused,