diff --git a/clang/www/cxx_dr_status.html b/clang/www/cxx_dr_status.html index 65f196ad59d0f1..c7369525c36fbc 100755 --- a/clang/www/cxx_dr_status.html +++ b/clang/www/cxx_dr_status.html @@ -1504,7 +1504,7 @@

C++ defect report implementation status

244 CD1 Destructor lookup - Clang 11 + Clang 11 245 @@ -2789,7 +2789,7 @@

C++ defect report implementation status

458 C++11 Hiding of member template parameters by other members - Clang 11 + Clang 11 459 @@ -3967,7 +3967,7 @@

C++ defect report implementation status

654 CD1 Conversions to and from nullptr_t - Superseded by 1423 + Superseded by 1423 655 @@ -8353,7 +8353,7 @@

C++ defect report implementation status

1423 CD3 Convertibility of nullptr to bool - Clang 11 + Clang 11 1424 @@ -8899,7 +8899,7 @@

C++ defect report implementation status

1514 C++14 Ambiguity between enumeration definition and zero-length bit-field - Clang 11 + Clang 11 1515 @@ -10333,7 +10333,7 @@

C++ defect report implementation status

1753 CD4 decltype-specifier in nested-name-specifier of destructor - Clang 11 + Clang 11 1754 @@ -11611,7 +11611,7 @@

C++ defect report implementation status

1966 CD4 Colon following enumeration elaborated-type-specifier - Clang 11 + Clang 11 1967 @@ -11971,7 +11971,7 @@

C++ defect report implementation status

2026 CD4 Zero-initialization and constexpr - Clang 11 + Clang 11 2027 @@ -12307,7 +12307,7 @@

C++ defect report implementation status

2082 CD4 Referring to parameters in unevaluated operands of default arguments - Clang 11 + Clang 11 2083 @@ -12757,7 +12757,7 @@

C++ defect report implementation status

2157 CD4 Further disambiguation of enumeration elaborated-type-specifier - Clang 11 + Clang 11 2158 @@ -13213,7 +13213,7 @@

C++ defect report implementation status

2233 DRWP Function parameter packs following default arguments - Clang 11 + Clang 11 2234 @@ -13891,7 +13891,7 @@

C++ defect report implementation status

2346 DRWP Local variables in default arguments - Clang 11 + Clang 11 2347 @@ -14499,6 +14499,24 @@

C++ defect report implementation status

Unintended description of abbreviated function templates Unknown + + 2448 + open + Cv-qualification of arithmetic types and deprecation of volatile + Not resolved + + + 2449 + open + Thunks as an implementation technique for pointers to virtual functions + Not resolved + + + 2450 + open + braced-init-list as a template-argument + Not resolved + diff --git a/clang/www/make_cxx_dr_status b/clang/www/make_cxx_dr_status index cbb0dcc675b2b4..3a9b18f59cfd5c 100755 --- a/clang/www/make_cxx_dr_status +++ b/clang/www/make_cxx_dr_status @@ -93,7 +93,7 @@ print >> out_file, '''\ Available in Clang? ''' -latest_release = 10 +latest_release = 11 def availability(issue): status = status_map.get(issue, 'unknown')