[cfe-commits] r136216 - /cfe/trunk/www/cxx_status.html
Douglas Gregor
dgregor at apple.com
Wed Jul 27 08:10:09 PDT 2011
Author: dgregor
Date: Wed Jul 27 10:10:09 2011
New Revision: 136216
URL: http://llvm.org/viewvc/llvm-project?rev=136216&view=rev
Log:
Update C++0x status page to reflect support for unicode string and character literals, from Craig Topper
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=136216&r1=136215&r2=136216&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Wed Jul 27 10:10:09 2011
@@ -238,10 +238,10 @@
</tr>
<tr>
<td>Unicode string literal types</td>
- <td></td>
- <td></td>
- <td></td>
- <td></td>
+ <td class="complete"></td>
+ <td class="complete"></td>
+ <td class="complete"></td>
+ <td class="complete"></td>
<td>2.14.3, 2.14.5</td>
<td></td>
</tr>
More information about the cfe-commits
mailing list