From 26bae20cc0f55755f51b65b3022a8b5ca7d3d081 Mon Sep 17 00:00:00 2001
From: Douglas Gregor
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 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 |
--
2.50.1