From 26bae20cc0f55755f51b65b3022a8b5ca7d3d081 Mon Sep 17 00:00:00 2001
From: Douglas Gregor <dgregor@apple.com>
Date: Fri, 28 Oct 2011 19:44:09 +0000
Subject: [PATCH] Deleted functions were in Clang 2.9, defaulted functions in
 3.0. Fixses PR11252.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143216 91177308-0d34-0410-b5e6-96231b3b80d8
---
 www/cxx_status.html | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/www/cxx_status.html b/www/cxx_status.html
index 942db6bafc9..7c3d60fd948 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -224,7 +224,12 @@ with clang; other versions have not been tested.</p>
       <td align="center">Clang 3.0</td>
     </tr>
     <tr>
-      <td>Defaulted and deleted functions</td>
+      <td>Defaulted functions</td>
+      <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2346.htm">N2346</a></td>
+      <td align="center">Clang 3.0</td>
+    </tr>
+    <tr>
+      <td>Deleted functions</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2346.htm">N2346</a></td>
       <td align="center">Clang 2.9</td>
     </tr>
-- 
GitLab