summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2013-02-22 09:31:00 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2013-02-22 09:31:00 +0000
commit537a834bca1ffc24b2ed8f228a043d8aa26d7092 (patch)
treefbe8b9eb29e8aaac9579efa263b2197d95982265 /clang
parent83e9312ece8b9683f06d98915e727e0e888c38f0 (diff)
downloadbcm5719-llvm-537a834bca1ffc24b2ed8f228a043d8aa26d7092.tar.gz
bcm5719-llvm-537a834bca1ffc24b2ed8f228a043d8aa26d7092.zip
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
Diffstat (limited to 'clang')
-rw-r--r--clang/www/cxx_status.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index 08e6d2ff0f8..1c23ff356aa 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.</p>
<tr>
<td>Generalized attributes</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2761.pdf">N2761</a></td>
- <td class="none" align="center">No</td>
+ <td class="svn" align="center">SVN</td>
</tr>
<tr>
<td>Generalized constant expressions</td>
@@ -181,7 +181,7 @@ releases prior to version 3.2 in C++11 mode.</p>
<tr>
<td>Alignment support</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2341.pdf">N2341</a></td>
- <td class="full" align="center">Clang 3.0</td>
+ <td class="svn" align="center">SVN</td>
</tr>
<!-- Skipped N1627: Conditionally-support behavior -->
<!-- Skipped N1727: Changing Undefined Behavior into Diagnosable Errors -->
@@ -351,7 +351,7 @@ releases prior to version 3.2 in C++11 mode.</p>
<tr>
<td>Dynamic initialization and destruction with concurrency</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2660.htm">N2660</a></td>
- <td class="none" align="center">No</td>
+ <td class="full" align="center">Clang 2.9</td>
</tr>
<tr class="separator">
OpenPOWER on IntegriCloud