From: Douglas Gregor
Date: Fri, 28 Oct 2011 19:44:09 +0000 (+0000)
Subject: Deleted functions were in Clang 2.9, defaulted functions in
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=26bae20cc0f55755f51b65b3022a8b5ca7d3d081;p=clang
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
---
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 942db6bafc..7c3d60fd94 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -224,7 +224,12 @@ with clang; other versions have not been tested.
Clang 3.0 |
- Defaulted and deleted functions |
+ Defaulted functions |
+ N2346 |
+ Clang 3.0 |
+
+
+ Deleted functions |
N2346 |
Clang 2.9 |