(vp);
+// cxx23-error@-1 {{constant expression}}
+// cxx23-note@-2 {{cast from 'void *' is not allowed in a constant expression}}
diff --git a/clang/www/cxx_dr_status.html b/clang/www/cxx_dr_status.html
index 19d29cb..875521b 100755
--- a/clang/www/cxx_dr_status.html
+++ b/clang/www/cxx_dr_status.html
@@ -1433,11 +1433,11 @@ accessible?
Is indirection through a null pointer undefined behavior? |
Unknown |
-
+
233 |
tentatively ready |
References vs pointers in UDC overload resolution |
- Unknown |
+ Not resolved |
234 |
@@ -15170,11 +15170,11 @@ and POD class
Parameter type determination in a requirement-parameter-list |
Unknown |
-
+
2561 |
tentatively ready |
Conversion to function pointer for lambda with explicit object parameter |
- No |
+ Not Resolved* |
2562 |
@@ -15332,11 +15332,11 @@ and POD class
Visible side effects and initial value of an object |
Not resolved |
-
+
2588 |
tentatively ready |
friend declarations and module linkage |
- Unknown |
+ Not resolved |
2589 |
@@ -16172,11 +16172,11 @@ and POD class
Importing header units synthesized from source files |
Not resolved |
-
+
2728 |
tentatively ready |
Evaluation of conversions in a delete-expression |
- Unknown |
+ Not resolved |
2729 |
@@ -16713,17 +16713,17 @@ objects
sizeof(abstract class) is underspecified |
Not resolved |
-
+
2818 |
tentatively ready |
Use of predefined reserved identifiers |
- Unknown |
+ Not resolved |
-
+
2819 |
tentatively ready |
Cast from null pointer value in a constant expression |
- Unknown |
+ Not Resolved* |
2820 |
@@ -16953,17 +16953,17 @@ objects
Argument-dependent lookup with incomplete class types |
Unknown |
-
+
2858 |
tentatively ready |
Declarative nested-name-specifiers and pack-index-specifiers |
- Clang 19 |
+ Not Resolved* |
-
+
2859 |
tentatively ready |
Value-initialization with multiple default constructors |
- Unknown |
+ Not resolved |
2860 |
@@ -16971,29 +16971,29 @@ objects
Remove and fix the term "vacuous initialization" |
Unknown |
-
+
2861 |
tentatively ready |
dynamic_cast on bad pointer value |
- Unknown |
+ Not resolved |
-
+
2862 |
tentatively ready |
Unclear boundaries of template declarations |
- Unknown |
+ Not resolved |
-
+
2863 |
tentatively ready |
Unclear synchronization requirements for object lifetime rules |
- Unknown |
+ Not resolved |
-
+
2864 |
tentatively ready |
Narrowing floating-point conversions |
- Unknown |
+ Not resolved |
2865 |
@@ -17031,11 +17031,11 @@ objects
Combining absent encoding-prefixes |
Not resolved |
-
+
2871 |
tentatively ready |
User-declared constructor templates inhibiting default constructors |
- Unknown |
+ Not resolved |
2872 |
@@ -17096,6 +17096,36 @@ objects
open |
Type restrictions for the explicit object parameter of a lambda |
Not resolved |
+
+
+ 2882 |
+ open |
+ Unclear treatment of conversion to void |
+ Not resolved |
+
+
+ 2883 |
+ open |
+ Definition of "odr-usable" ignores lambda scopes |
+ Not resolved |
+
+
+ 2884 |
+ open |
+ Qualified declarations of partial specializations |
+ Not resolved |
+
+
+ 2885 |
+ open |
+ Non-eligible trivial default constructors |
+ Not resolved |
+
+
+ 2886 |
+ open |
+ Temporaries and trivial potentially-throwing special member functions |
+ Not resolved |
diff --git a/clang/www/make_cxx_dr_status b/clang/www/make_cxx_dr_status
index 57f1dc8..47c8b3b 100755
--- a/clang/www/make_cxx_dr_status
+++ b/clang/www/make_cxx_dr_status
@@ -236,7 +236,7 @@ for dr in drs:
avail = 'Extension'
avail_style = ''
- elif dr.status in ('open', 'drafting', 'review'):
+ elif dr.status in ('open', 'drafting', 'review', 'tentatively ready'):
row_style = ' class="open"'
try:
avail, avail_style, unresolved_status = availability(dr.issue)
--
cgit v1.1