aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2006-11-18 08:04:48 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2006-11-18 08:04:48 +0000
commit9413de3c80aa06c6063fe81667326789cd2be49a (patch)
treeb6e37cbaad44f6a6e02aa840af3176c78316fa55 /docs/ReleaseNotes.html
parentc53e5061a850bb78d73d74d71bc6c7362446cd28 (diff)
downloadexternal_llvm-9413de3c80aa06c6063fe81667326789cd2be49a.zip
external_llvm-9413de3c80aa06c6063fe81667326789cd2be49a.tar.gz
external_llvm-9413de3c80aa06c6063fe81667326789cd2be49a.tar.bz2
Movind newly-intorudced dll* linkage stuff & windows CC to "supported"
list git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31847 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html20
1 files changed, 11 insertions, 9 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 2c0277a..172eba8 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -507,29 +507,31 @@ bits.</li>
Declaring that functions have no side effects or that they can never
return.<br>
- <b>Supported:</b> <tt>format</tt>, <tt>format_arg</tt>, <tt>non_null</tt>,
- <tt>noreturn</tt>, <tt>constructor</tt>, <tt>destructor</tt>,
- <tt>unused</tt>, <tt>used</tt>,
- <tt>deprecated</tt>, <tt>warn_unused_result</tt>, <tt>weak</tt><br>
+ <b>Supported:</b> <tt>constructor</tt>, <tt>destructor</tt>,
+ <tt>deprecated</tt>, <tt>fastcall</tt>, <tt>format</tt>,
+ <tt>format_arg</tt>, <tt>non_null</tt>, <tt>noreturn</tt>,
+ <tt>stdcall</tt>, <tt>unused</tt>, <tt>used</tt>,
+ <tt>warn_unused_result</tt>, <tt>weak</tt><br>
<b>Ignored:</b> <tt>noinline</tt>,
<tt>always_inline</tt>, <tt>pure</tt>, <tt>const</tt>, <tt>nothrow</tt>,
<tt>malloc</tt>, <tt>no_instrument_function</tt>, <tt>cdecl</tt><br>
<b>Unsupported:</b> <tt>section</tt>, <tt>alias</tt>,
- <tt>visibility</tt>, <tt>regparm</tt>, <tt>stdcall</tt>,
- <tt>fastcall</tt>, all other target specific attributes</li>
+ <tt>visibility</tt>, <tt>regparm</tt>, all other target specific
+ attributes</li>
<li><a href="http://gcc.gnu.org/onlinedocs/gcc/Variable-Attributes.html#Variable%20Attributes">Variable Attributes</a>:
Specifying attributes of variables.<br>
<b>Supported:</b> <tt>cleanup</tt>, <tt>common</tt>, <tt>nocommon</tt>,
- <tt>deprecated</tt>, <tt>transparent_union</tt>,
+ <tt>deprecated</tt>, <tt>dllimport</tt>,
+ <tt>dllexport</tt>, <tt>transparent_union</tt>,
<tt>unused</tt>, <tt>used</tt>, <tt>weak</tt><br>
<b>Unsupported:</b> <tt>aligned</tt>, <tt>mode</tt>, <tt>packed</tt>,
<tt>section</tt>, <tt>shared</tt>, <tt>tls_model</tt>,
- <tt>vector_size</tt>, <tt>dllimport</tt>,
- <tt>dllexport</tt>, all target specific attributes.</li>
+ <tt>vector_size</tt>, all target specific attributes.
+ </li>
<li><a href="http://gcc.gnu.org/onlinedocs/gcc/Type-Attributes.html#Type%20Attributes">Type Attributes</a>: Specifying attributes of types.<br>
<b>Supported:</b> <tt>transparent_union</tt>, <tt>unused</tt>,