summaryrefslogtreecommitdiffstats
path: root/libcxx/www
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2011-05-13 00:01:01 +0000
committerHoward Hinnant <hhinnant@apple.com>2011-05-13 00:01:01 +0000
commitb24491b73ec85670c09157ea611452023c8c5933 (patch)
treee110493b372acd11f1742b64964a2009f5bf2a75 /libcxx/www
parent775022652b91213bf86fe8c93e8cd477e5374c7f (diff)
downloadbcm5719-llvm-b24491b73ec85670c09157ea611452023c8c5933.tar.gz
bcm5719-llvm-b24491b73ec85670c09157ea611452023c8c5933.zip
Updated to reflect updated use of existing clang support
llvm-svn: 131264
Diffstat (limited to 'libcxx/www')
-rw-r--r--libcxx/www/type_traits_design.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/libcxx/www/type_traits_design.html b/libcxx/www/type_traits_design.html
index cec6c60b34f..81424b0e878 100644
--- a/libcxx/www/type_traits_design.html
+++ b/libcxx/www/type_traits_design.html
@@ -110,7 +110,7 @@ changed. Please see:
<tr>
<td><tt>is_constructible&lt;T, Args...&gt;</tt></td>
-<td bgcolor="#FF5965">Needs CWG 1170 or <tt>__is_constructible(T, Args...)</tt></td>
+<td></td>
</tr>
<tr>
@@ -130,7 +130,7 @@ changed. Please see:
<tr>
<td><tt>is_assignable&lt;T, U&gt;</tt></td>
-<td bgcolor="#FF5965">Needs CWG 1170 or <code>__is_assignable(T, U)</code></td>
+<td></td>
</tr>
<tr>
@@ -145,17 +145,17 @@ changed. Please see:
<tr>
<td><tt>is_destructible&lt;T&gt;</tt></td>
-<td bgcolor="#FF5965">Needs CWG 1170 or <tt>__is_destructible(T)</tt></td>
+<td bgcolor="#FF5965">Needs CWG 1170</td>
</tr>
<tr>
<td><tt>is_trivially_constructible&lt;T, Args...&gt;</tt></td>
-<td bgcolor="#FF5965"><tt>__is_trivially_constructible(T, Args...)</tt></td>
+<td bgcolor="#FF5965"><tt>__is_trivial_constructor(T, U)</tt></td>
</tr>
<tr>
<td><tt>is_trivially_default_constructible&lt;T&gt;</tt></td>
-<td><tt>__has_trivial_constructor(T)</tt></td>
+<td bgcolor="#80FF80"><tt>__has_trivial_constructor(T)</tt></td>
</tr>
<tr>
@@ -190,7 +190,7 @@ changed. Please see:
<tr>
<td><tt>is_nothrow_constructible&lt;T, Args...&gt;</tt></td>
-<td bgcolor="#FF5965"><tt>__is_nothrow_constructible(T, Args...)</tt></td>
+<td></td>
</tr>
<tr>
@@ -210,7 +210,7 @@ changed. Please see:
<tr>
<td><tt>is_nothrow_assignable&lt;T, U&gt;</tt></td>
-<td bgcolor="#FF5965"><tt>__is_nothrow_assignable(T, U)</tt></td>
+<td></td>
</tr>
<tr>
@@ -225,12 +225,12 @@ changed. Please see:
<tr>
<td><tt>is_nothrow_destructible&lt;T&gt;</tt></td>
-<td bgcolor="#FF5965"><tt>__is_nothrow_destructible(T)</tt></td>
+<td bgcolor="#FF5965">Needs CWG 1170</td>
</tr>
<tr>
<td><tt>is_trivial&lt;T&gt;</tt></td>
-<td bgcolor="#FF5965"><tt>__is_trivial(T)</tt></td>
+<td bgcolor="#80FF80"><tt>__is_trivial(T)</tt></td>
</tr>
<tr>
@@ -240,7 +240,7 @@ changed. Please see:
<tr>
<td><tt>is_standard_layout&lt;T&gt;</tt></td>
-<td bgcolor="#FF5965"><tt>__is_standard_layout(T)</tt></td>
+<td bgcolor="#80FF80"><tt>__is_standard_layout(T)</tt></td>
</tr>
<tr>
OpenPOWER on IntegriCloud