From 796b29ce7df5c13ee22e99b4d8772915c2fcfedb Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Fri, 20 Sep 2019 18:09:05 +0000 Subject: [www] Turn 'Clang 9' boxes green in C++ status pages now Clang 9 is released. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@372415 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/cxx_dr_status.html | 24 ++++++++++++------------ www/cxx_status.html | 30 +++++++++++++++--------------- www/make_cxx_dr_status | 3 --- 3 files changed, 27 insertions(+), 30 deletions(-) diff --git a/www/cxx_dr_status.html b/www/cxx_dr_status.html index 487d6fb2d9..40af4732ef 100755 --- a/www/cxx_dr_status.html +++ b/www/cxx_dr_status.html @@ -9955,19 +9955,19 @@ and POD class 1690 C++14 Associated namespace for local type - Clang 9 + Clang 9 1691 C++14 Argument-dependent lookup and opaque enumerations - Clang 9 + Clang 9 1692 C++14 Associated namespaces of doubly-nested classes - Clang 9 + Clang 9 1693 @@ -10147,7 +10147,7 @@ and POD class 1722 CD4 Should lambda to function pointer conversion function be noexcept? - Clang 9 + Clang 9 1723 @@ -10483,7 +10483,7 @@ and POD class 1778 C++14 exception-specification in explicitly-defaulted functions - Clang 9 + Clang 9 1779 @@ -11047,7 +11047,7 @@ and POD class 1872 CD4 Instantiations of constexpr templates that cannot appear in constant expressions - Clang 9 + Clang 9 1873 @@ -12655,7 +12655,7 @@ and POD class 2140 CD4 Lvalue-to-rvalue conversion of std::nullptr_t - Clang 9 + Clang 9 2141 @@ -12835,7 +12835,7 @@ and POD class 2170 DR Unclear definition of odr-use for arrays - Clang 9 + Clang 9 2171 @@ -13567,7 +13567,7 @@ and POD class 2292 DRWP simple-template-id is ambiguous between class-name and type-name - Clang 9 + Clang 9 2293 @@ -13933,7 +13933,7 @@ and POD class 2353 DR Potential results of a member access expression for a static data member - Clang 9 + Clang 9 2354 @@ -14131,13 +14131,13 @@ and POD class 2386 DR tuple_size requirements for structured binding - Clang 9 + Clang 9 2387 DR Linkage of const-qualified variable template - Clang 9 + Clang 9 2388 diff --git a/www/cxx_status.html b/www/cxx_status.html index 7b2c79326e..611c8427af 100755 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -114,7 +114,7 @@ with libc++ or with gcc's libstdc++. P1009R2 (DR) - Clang 9 + Clang 9 Static assertions @@ -289,7 +289,7 @@ with libc++ or with gcc's libstdc++. P1286R2 (DR) - Clang 9 + Clang 9 Deleted functions @@ -664,7 +664,7 @@ version 3.7. P1771R1 (DR) - Clang 9 + Clang 9 [[maybe_unused]] attribute @@ -866,7 +866,7 @@ as the draft C++2a standard evolves. P1042R1 - Clang 9 + Clang 9 Designated initializers @@ -876,7 +876,7 @@ as the draft C++2a standard evolves. template-parameter-list for generic lambdas P0428R2 - Clang 9 + Clang 9 Concepts @@ -910,7 +910,7 @@ as the draft C++2a standard evolves. ADL and function templates that are not visible P0846R0 - Clang 9 + Clang 9 const mismatch with defaulted copy constructor @@ -957,7 +957,7 @@ as the draft C++2a standard evolves. [[no_unique_address]] attribute P0840R2 - Clang 9 + Clang 9 [[likely]] and [[unlikely]] attributes @@ -972,7 +972,7 @@ as the draft C++2a standard evolves. Pack expansion in lambda init-capture P0780R2 - Clang 9 + Clang 9 @@ -988,7 +988,7 @@ as the draft C++2a standard evolves. Relaxations of constexpr restrictions P1064R0 - Clang 9 + Clang 9 P1002R1 @@ -996,7 +996,7 @@ as the draft C++2a standard evolves. P1327R1 - Clang 9 + Clang 9 P1330R0 @@ -1025,13 +1025,13 @@ as the draft C++2a standard evolves. explicit(bool) P0892R2 - Clang 9 + Clang 9 Signed integers are two's complement P1236R1 - Clang 9 + Clang 9 char8_t @@ -1046,7 +1046,7 @@ as the draft C++2a standard evolves. std::is_constant_evaluated P0595R2 - Clang 9 + Clang 9 Nested inline namespaces @@ -1099,7 +1099,7 @@ as the draft C++2a standard evolves. Deprecate a[b,c] P1161R3 - Clang 9 + Clang 9 Deprecate some problematic uses of volatile @@ -1109,7 +1109,7 @@ as the draft C++2a standard evolves. [[nodiscard("with reason")]] P1301R4 - Clang 9 + Clang 9 using enum diff --git a/www/make_cxx_dr_status b/www/make_cxx_dr_status index ff4a3f5c1b..4351d659e4 100755 --- a/www/make_cxx_dr_status +++ b/www/make_cxx_dr_status @@ -111,9 +111,6 @@ def availability(issue): elif status == '10': avail = 'SVN' avail_style = ' class="svn"' - elif status == '9': - avail = 'Clang 9' - avail_style = ' class="svn"' elif re.match('^[0-9]+\.?[0-9]*', status): avail = 'Clang %s' % status avail_style = ' class="full"' -- cgit v1.2.1