r201448 - Add entries to C++ status page for Technical Specification Working Papers that
Richard Smith
richard-llvm at metafoo.co.uk
Fri Feb 14 16:29:00 PST 2014
Author: rsmith
Date: Fri Feb 14 18:29:00 2014
New Revision: 201448
URL: http://llvm.org/viewvc/llvm-project?rev=201448&view=rev
Log:
Add entries to C++ status page for Technical Specification Working Papers that
WG21 is about to vote on.
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=201448&r1=201447&r2=201448&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Fri Feb 14 18:29:00 2014
@@ -528,6 +528,21 @@ Clang version they became available:</p>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3820.html">N3820</a></td>
<td class="none" align="center">No</td>
</tr>
+ <tr>
+ <td>[DRAFT TS] Library fundamentals (invocation type traits)</td>
+ <td><!--a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3866"-->N866</a></td>
+ <td class="none" align="center">No</td>
+ </tr>
+ <tr>
+ <td>[DRAFT TS] Transactional memory</td>
+ <td><!--a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/N3919.pdf"-->N919</a></td>
+ <td class="none" align="center">No</td>
+ </tr>
+ <tr>
+ <td>[DRAFT TS] Concepts</td>
+ <td><!--a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3929.pdf"-->N3929</a></td>
+ <td class="none" align="center">No</td>
+ </tr>
</table>
</div>
More information about the cfe-commits
mailing list