diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -912,7 +912,11 @@
P0857R0 |
- Partial |
+
+ Partial
+ Constraining template template parameters is not yet supported.
+
+ |
P1084R2 |
@@ -944,7 +948,11 @@
P2092R0 |
- Partial |
+
+ Partial
+ typename not yet optional (depends on P0634R3).
+
+ |
P2113R0 |
@@ -1013,7 +1021,11 @@
Lambdas in unevaluated contexts |
P0315R4 |
- Clang 13 |
+
+ Clang 13
+ [temp.deduct] p9 is not yet implemented.
+
+ |
@@ -1105,7 +1117,11 @@
Immediate functions (consteval) |
P1073R3 |
- Partial |
+
+ Partial
+ Using consteval functions as default parameters is not yet supported
+
+ |
P1937R2 |