r217609 - Update C++ status page to reflect that Clang 3.5 has released.
Richard Smith
richard-llvm at metafoo.co.uk
Thu Sep 11 10:30:32 PDT 2014
Author: rsmith
Date: Thu Sep 11 12:30:32 2014
New Revision: 217609
URL: http://llvm.org/viewvc/llvm-project?rev=217609&view=rev
Log:
Update C++ status page to reflect that Clang 3.5 has released.
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=217609&r1=217608&r2=217609&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Thu Sep 11 12:30:32 2014
@@ -527,22 +527,22 @@ as the draft C++1z standard evolves.</p>
<tr>
<td><tt>static_assert</tt> with no message</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3928.pdf">N3928</a></td>
- <td class="svn" align="center">SVN</td>
+ <td class="full" align="center">Clang 3.5</td>
</tr>
<tr>
<td>Disabling trigraph expansion by default</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3981.html">N3981</a></td>
- <td class="svn" align="center">SVN</td>
+ <td class="full" align="center">Clang 3.5</td>
</tr>
<tr>
<td>Terse range-based for loops</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3994.htm">N3994</a></td>
- <td class="svn" align="center">SVN</td>
+ <td class="full" align="center">Clang 3.5</td>
</tr>
<tr>
<td><tt>typename</tt> in a template template parameter</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4051.html">N4051</a></td>
- <td class="svn" align="center">SVN</td>
+ <td class="full" align="center">Clang 3.5</td>
</tr>
</table>
More information about the cfe-commits
mailing list