diff options
| author | Anton Korobeynikov <asl@math.spbu.ru> | 2007-11-16 11:12:01 +0000 |
|---|---|---|
| committer | Anton Korobeynikov <asl@math.spbu.ru> | 2007-11-16 11:12:01 +0000 |
| commit | b8a47244acea2612a6eeb2aef729916847905a28 (patch) | |
| tree | 0fd19c5a667a7fe2fe327ba3a5119cef4e4f4c7c /llvm/docs | |
| parent | c53b18362a88f895cb7ac13c962f8db880f9844e (diff) | |
| download | bcm5719-llvm-b8a47244acea2612a6eeb2aef729916847905a28.tar.gz bcm5719-llvm-b8a47244acea2612a6eeb2aef729916847905a28.zip | |
These were implemented
llvm-svn: 44189
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index d48883a7cce..d2c61176fa6 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -537,15 +537,16 @@ bits.</p></li> Declaring that functions have no side effects or that they can never return.<br> - <b>Supported:</b> <tt>alias</tt>, <tt>always_inline</tt>, <tt>cdecl</tt>, - <tt>constructor</tt>, <tt>destructor</tt>, + <b>Supported:</b> <tt>alias</tt>, <tt>always_inline</tt>, <tt>cdecl</tt>, + <tt>const</tt>, <tt>constructor</tt>, <tt>destructor</tt>, <tt>deprecated</tt>, <tt>fastcall</tt>, <tt>format</tt>, - <tt>format_arg</tt>, <tt>non_null</tt>, <tt>noinline</tt>, <tt>noreturn</tt>, <tt>regparm</tt> + <tt>format_arg</tt>, <tt>non_null</tt>, <tt>noinline</tt>, + <tt>noreturn</tt>, <tt>pure</tt>, <tt>regparm</tt> <tt>section</tt>, <tt>stdcall</tt>, <tt>unused</tt>, <tt>used</tt>, <tt>visibility</tt>, <tt>warn_unused_result</tt>, <tt>weak</tt><br> - <b>Ignored:</b> <tt>pure</tt>, <tt>const</tt>, <tt>nothrow</tt>, - <tt>malloc</tt>, <tt>no_instrument_function</tt></li> + <b>Ignored:</b> <tt>nothrow</tt>, <tt>malloc</tt>, + <tt>no_instrument_function</tt></li> </ol> </li> |

