From 5f3d30b144bc23ae3190711e3ccb1f33fb1219bf Mon Sep 17 00:00:00 2001
From: Richard Smith
Date: Fri, 15 Apr 2011 14:38:27 +0000
Subject: [PATCH] Update www: clang now supports C++11 for-range and
non-template type aliases.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129569 91177308-0d34-0410-b5e6-96231b3b80d8
---
www/cxx_status.html | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 70fffc1a03..40c623fd9a 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -173,7 +173,7 @@ components are:
welcome!
-C++0x Features (current draft report here) |
+
C++0x Features (current draft report here) |
Feature |
@@ -187,12 +187,13 @@ welcome!
Control Flow Modifications |
Range-based for loop |
- |
- |
- |
- |
+ ✓ |
+ ✓ |
+ ✓ |
+ ✓ |
6.5.4 |
- N2243 |
+ N2243
+ N3271 |
Type System Modifications |
@@ -459,14 +460,14 @@ welcome!
template aliases |
- |
- |
- |
+ |
+ |
+ |
|
7.1.3, 14.6.7 |
N1489
N2258
- Includes non-template type aliasing
+ Only non-template type aliases implemented
|
--
2.40.0