diff --git a/clang/www/cxx_dr_status.html b/clang/www/cxx_dr_status.html index 0ca35f1f5679a..e711b2173d191 100755 --- a/clang/www/cxx_dr_status.html +++ b/clang/www/cxx_dr_status.html @@ -12653,7 +12653,7 @@

C++ defect report implementation status

2141 CD4 Ambiguity in new-expression with elaborated-type-specifier - Clang 17 + Clang 17 2142 @@ -14189,7 +14189,7 @@

C++ defect report implementation status

2397 CD6 auto specifier for pointers and references to arrays - Clang 17 + Clang 17 2398 @@ -14915,7 +14915,7 @@

C++ defect report implementation status

2518 C++23 Conformance requirements and #error/#warning - Clang 17 + Clang 17 2519 @@ -14933,7 +14933,7 @@

C++ defect report implementation status

2521 C++23 User-defined literals and reserved identifiers - Clang 17 + Clang 17 2522 @@ -15893,7 +15893,7 @@

C++ defect report implementation status

2681 C++23 Deducing member array type from string literal - Clang 17 + Clang 17 2682 diff --git a/clang/www/make_cxx_dr_status b/clang/www/make_cxx_dr_status index c44a5910d53da..0c1f9c73eff1c 100755 --- a/clang/www/make_cxx_dr_status +++ b/clang/www/make_cxx_dr_status @@ -126,7 +126,7 @@ out_file.write('''\ Available in Clang? ''') -latest_release = 16 +latest_release = 17 def availability(issue): status = status_map.get(issue, 'unknown')