From 537a834bca1ffc24b2ed8f228a043d8aa26d7092 Mon Sep 17 00:00:00 2001
From: Richard Smith
Date: Fri, 22 Feb 2013 09:31:00 +0000
Subject: [PATCH] C++11 status page: * Mark attributes as done in SVN. *
Downgrade alignment support from 'Clang 3.0' to 'SVN', now that we actually
implement the rules. * Upgrade 'Dynamic initialization with concurrency'
from 'No' to 'Clang 2.9' -- all that is required here is the ABI-mandated
locking for the initialization of static locals.
llvm-svn: 175882
---
clang/www/cxx_status.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index 08e6d2ff0f8c..1c23ff356aaa 100644
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -171,7 +171,7 @@ releases prior to version 3.2 in C++11 mode.
Generalized attributes |
N2761 |
- No |
+ SVN |
Generalized constant expressions |
@@ -181,7 +181,7 @@ releases prior to version 3.2 in C++11 mode.
Alignment support |
N2341 |
- Clang 3.0 |
+ SVN |
@@ -351,7 +351,7 @@ releases prior to version 3.2 in C++11 mode.
Dynamic initialization and destruction with concurrency |
N2660 |
- No |
+ Clang 2.9 |