r199177 - Update feature name "Generalized Attributes" to match the heading in the paper.
Richard Smith
richard-llvm at metafoo.co.uk
Mon Jan 13 18:52:38 PST 2014
- Previous message: r199053 - Clarify warn_cxx98_compat_attribute diagnostic
- Next message: [libcxx] r199184 - Rename libc++ internal templates __is_void, __is_integral, __is_floating_point, __is_pointer, __is_function_imp, __is_function, __is_member_function_pointer, __is_member_pointer, __is_signed_impl, __is_signed, __is_unsigned_impl, __is_unsigned to __libcpp_is_XXX, because some compilers have decided that __is_XXX are keywords. No functionality change.
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Author: rsmith
Date: Mon Jan 13 20:52:38 2014
New Revision: 199177
URL: http://llvm.org/viewvc/llvm-project?rev=199177&view=rev
Log:
Update feature name "Generalized Attributes" to match the heading in the paper.
Modified:
cfe/trunk/www/cxx_status.html
Modified: cfe/trunk/www/cxx_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=199177&r1=199176&r2=199177&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Mon Jan 13 20:52:38 2014
@@ -191,7 +191,7 @@ currently requires the C++ runtime libra
<td class="full" align="center">Clang 3.1</td>
</tr>
<tr>
- <td>Generalized attributes</td>
+ <td>General attributes</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2761.pdf">N2761</a></td>
<td class="full" align="center">Clang 3.3 <a href="#n2761">(1)</a></td>
</tr>
- Previous message: r199053 - Clarify warn_cxx98_compat_attribute diagnostic
- Next message: [libcxx] r199184 - Rename libc++ internal templates __is_void, __is_integral, __is_floating_point, __is_pointer, __is_function_imp, __is_function, __is_member_function_pointer, __is_member_pointer, __is_signed_impl, __is_signed, __is_unsigned_impl, __is_unsigned to __libcpp_is_XXX, because some compilers have decided that __is_XXX are keywords. No functionality change.
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cfe-commits
mailing list