From be6fe28f75195cd0ebcf0846d1823266afd19023 Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Fri, 16 Nov 2007 11:12:01 +0000 Subject: [PATCH] These were implemented git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44189 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index d48883a7cce..d2c61176fa6 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -537,15 +537,16 @@ bits.

Declaring that functions have no side effects or that they can never return.
- Supported: alias, always_inline, cdecl, - constructor, destructor, + Supported: alias, always_inline, cdecl, + const, constructor, destructor, deprecated, fastcall, format, - format_arg, non_null, noinline, noreturn, regparm + format_arg, non_null, noinline, + noreturn, pure, regparm section, stdcall, unused, used, visibility, warn_unused_result, weak
- Ignored: pure, const, nothrow, - malloc, no_instrument_function + Ignored: nothrow, malloc, + no_instrument_function