From: Richard Smith
Date: Fri, 22 Feb 2013 09:31:00 +0000 (+0000)
Subject: C++11 status page:
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1441632bb1a9d60ce018c34aa278ff6db5a34026;p=clang
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.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175882 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 08e6d2ff0f..1c23ff356a 100644
--- a/www/cxx_status.html
+++ b/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 |