r179946 - Clarifying memory allocation: approved for C++14. Move from N/A to no, since we currently relax 'operator new' calls which didn't come from new-expressions.

Richard Smith richard-llvm at metafoo.co.uk
Sat Apr 20 05:57:49 PDT 2013


Author: rsmith
Date: Sat Apr 20 07:57:49 2013
New Revision: 179946

URL: http://llvm.org/viewvc/llvm-project?rev=179946&view=rev
Log:
Clarifying memory allocation: approved for C++14. Move from N/A to no, since we currently relax 'operator new' calls which didn't come from new-expressions.

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=179946&r1=179945&r2=179946&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Sat Apr 20 07:57:49 2013
@@ -457,9 +457,9 @@ available.</p>
       <td class="none" align="center">No</td>
     </tr>
     <tr>
-      <td>[PROVISIONAL] Clarifying memory allocation</td>
+      <td>Clarifying memory allocation</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3664.html">N3664</a></td>
-      <td class="na" align="center">N/A</td>
+      <td class="none" align="center">No</td>
     </tr>
 </table>
 





More information about the cfe-commits mailing list