From: Anton Korobeynikov Date: Thu, 10 May 2007 08:26:24 +0000 (+0000) Subject: These attributes are supported! X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9ec81371c0bc00fb60a78a16f1cb261e420f8969;p=oota-llvm.git These attributes are supported! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36973 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 4937d0eab02..c2796b1c023 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -427,9 +427,9 @@ bits. Declaring that functions have no side effects or that they can never return.
- Supported: constructor, destructor, + Supported: alias, constructor, destructor, deprecated, fastcall, format, - format_arg, non_null, noreturn, + format_arg, non_null, noreturn, regparm section, stdcall, unused, used, visibility, warn_unused_result, weak
@@ -437,15 +437,14 @@ bits. always_inline, pure, const, nothrow, malloc, no_instrument_function, cdecl
- Unsupported: alias, regparm, all other target specific - attributes + Unsupported: All other target specific attributes
  • Variable Attributes: Specifying attributes of variables.
    - Supported: cleanup, common, nocommon, - deprecated, dllimport, dllexport, - section, transparent_union, unused, - used, weak
    + Supported: alias, cleanup, common, + nocommon, deprecated, dllimport, + dllexport, section, transparent_union, + unused, used, weak
    Unsupported: aligned, mode, packed, shared, tls_model,