From 5b4fed66efe245bb0cc246755a669ab3a17de9ed Mon Sep 17 00:00:00 2001 From: Vlad Serebrennikov Date: Sun, 28 May 2023 15:58:14 +0300 Subject: [PATCH] [clang][NFC] Update latest released Clang versions in make_cxx_dr_status This changes a handful of recently implemented DRs from "unreleased" to "full" styling in cxx_dr_status.html --- clang/www/cxx_dr_status.html | 20 ++++++++++---------- clang/www/make_cxx_dr_status | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/clang/www/cxx_dr_status.html b/clang/www/cxx_dr_status.html index cf4cdbb..59a0b0c 100755 --- a/clang/www/cxx_dr_status.html +++ b/clang/www/cxx_dr_status.html @@ -1382,7 +1382,7 @@ accessible? 224 CD1 Definition of dependent names - Clang 16 + Clang 16 225 @@ -4193,7 +4193,7 @@ and POD class 692 C++11 Partial ordering of variadic class template partial specializations - Clang 16 + Clang 16 693 @@ -8177,7 +8177,7 @@ and POD class 1395 C++17 Partial ordering of variadic templates reconsidered - Clang 16 + Clang 16 1396 @@ -8399,7 +8399,7 @@ and POD class 1432 C++17 Newly-ambiguous variadic template expansions - Clang 16 + Clang 16 1433 @@ -13955,7 +13955,7 @@ and POD class 2358 CD5 Explicit capture of value - Clang 16 + Clang 16 2359 @@ -15197,7 +15197,7 @@ and POD class 2565 open Invalid types in the parameter-declaration-clause of a requires-expression - Clang 16 + Clang 16 2566 @@ -15593,7 +15593,7 @@ and POD class 2631 DRWP Immediate function evaluations in default arguments - Clang 16 + Clang 16 2632 @@ -15617,7 +15617,7 @@ and POD class 2635 DRWP Constrained structured bindings - Clang 16 + Clang 16 2636 @@ -15647,7 +15647,7 @@ and POD class 2640 WP Allow more characters in an n-char sequence - Clang 16 + Clang 16 2641 @@ -15731,7 +15731,7 @@ and POD class 2654 DRWP Un-deprecation of compound volatile assignments - Clang 16 + Clang 16 2655 diff --git a/clang/www/make_cxx_dr_status b/clang/www/make_cxx_dr_status index 11b17f0..afb7189 100755 --- a/clang/www/make_cxx_dr_status +++ b/clang/www/make_cxx_dr_status @@ -122,7 +122,7 @@ out_file.write('''\ Available in Clang? ''') -latest_release = 15 +latest_release = 16 def availability(issue): status = status_map.get(issue, 'unknown') -- 2.7.4