r191577 - Implementation of N3760 which is planned to be voted into C++14's draft

Chandler Carruth chandlerc at gmail.com
Fri Sep 27 15:30:27 PDT 2013


Author: chandlerc
Date: Fri Sep 27 17:30:27 2013
New Revision: 191577

URL: http://llvm.org/viewvc/llvm-project?rev=191577&view=rev
Log:
Implementation of N3760 which is planned to be voted into C++14's draft
tomorrow is complete.

There is a missing warning due to a serious issue with template
instantiation in Clang (and potentially in the core language).

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=191577&r1=191576&r2=191577&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Fri Sep 27 17:30:27 2013
@@ -471,7 +471,7 @@ available.</p>
     <tr>
       <td><tt>[[deprecated]]</tt> attribute</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3760.html">N3760</a></td>
-      <td class="none" align="center">No</td>
+      <td class="svn" align="center">SVN</td>
     </tr>
     <tr>
       <td>Single quotation mark as digit separator</td>





More information about the cfe-commits mailing list