From: Benjamin Kramer
Date: Mon, 9 Feb 2015 11:48:43 +0000 (+0000)
Subject: Update cxx_status to list features implemented in Clang 3.6.
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5252a7c2e4c18b5f2cb0f797d3c4e75c67e6e129;p=clang
Update cxx_status to list features implemented in Clang 3.6.
Still yellow because 3.6 is unreleased. While there make Urbana paper
links clickable and list binary literals as available in Clang 2.9
(they've been available basically since the dawn of Clang, but not
having a version number in the table looks weird)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@228571 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 41c827eb84..065c41aa4a 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -447,7 +447,7 @@ Clang version in which each feature became available.
Binary literals |
N3472 |
- Yes |
+ Clang 2.9 |
decltype(auto) |
@@ -559,28 +559,28 @@ as the draft C++1z standard evolves.
Fold expressions |
- N4295 |
- SVN |
+ N4295 |
+ Clang 3.6 |
u8 character literals |
- N4267 |
- SVN |
+ N4267 |
+ Clang 3.6 |
Nested namespace definition |
- N4230 |
- SVN |
+ N4230 |
+ Clang 3.6 |
Attributes for namespaces and enumerators |
- N4266 |
- SVN |
+ N4266 |
+ Clang 3.6 |
Allow constant evaluation for all non-type template arguments |
- N4268 |
- SVN |
+ N4268 |
+ Clang 3.6 |
@@ -606,7 +606,7 @@ Clang version they became available:
- SVN (N4200)
+ Clang 3.6 (N4200)
|