diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index aadde90a4495..05f3a0d00c4b 100644 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -1460,9 +1460,9 @@ welcome!

  12.1 [class.ctor] - - - Implicitly-declared constructors are never defined. + + + Most of the semantics of constructors are implemented.   12.2 [class.temporary] @@ -1500,9 +1500,9 @@ welcome!

  12.4 [class.dtor] - - - Most of the semantics of destructors are unimplemented. + + + Most of the semantics of destructors are implemented.   12.5 [class.free]   12.6 [class.init] @@ -1511,18 +1511,18 @@ welcome!

    12.6.2 [class.base.init] - - - No actual direct initialization; implicit initialization not checked. + + + Most of the semantics of base initializations are implemented.   12.7 [class.cdtor]   12.8 [class.copy] - - - Copy assignment operators are mostly ignored by semantic analysis. + + + Most of the semantics of copy constructors are implemented. 13 [over]