From 2a8d1947afcd8ee7b203724b12d20e51b1df66c6 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Wed, 14 Jan 2015 18:14:00 +0000 Subject: [PATCH] Update cxx_dr_status.html after 3.6 branch git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@226008 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/cxx_dr_status.html | 6 +++--- www/make_cxx_dr_status | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/www/cxx_dr_status.html b/www/cxx_dr_status.html index d8dc9bcbc0..1a4f4f2939 100644 --- a/www/cxx_dr_status.html +++ b/www/cxx_dr_status.html @@ -6103,7 +6103,7 @@ and POD class 1048 CD3 auto deduction and lambda return type deduction. - SVN + Clang 3.6 1049 @@ -9919,7 +9919,7 @@ and POD class 1684 C++14 Static constexpr member functions for non-literal classes - SVN + Clang 3.6 1685 @@ -11161,7 +11161,7 @@ and POD class 1891 DR Move constructor/assignment for closure class - SVN + Clang 3.6 1892 diff --git a/www/make_cxx_dr_status b/www/make_cxx_dr_status index 4ae769d074..db316353e0 100755 --- a/www/make_cxx_dr_status +++ b/www/make_cxx_dr_status @@ -102,10 +102,10 @@ def availability(issue): if status == 'unknown': avail = 'Unknown' avail_style = ' class="none"' - elif status == '3.6': + elif status == '3.7': avail = 'SVN' avail_style = ' class="svn"' - elif status in ('3.1', '3.2', '3.3', '3.4', '3.5'): + elif status in ('3.1', '3.2', '3.3', '3.4', '3.5', '3.6'): avail = 'Clang %s' % status avail_style = ' class="full"' elif status == 'yes': -- 2.40.0