From c141086bff9c2809aa46efdc5ce66756430f3470 Mon Sep 17 00:00:00 2001 From: Fariborz Jahanian Date: Sat, 22 Aug 2009 00:18:52 +0000 Subject: Updated statuc page to reflect recent implementations of section 12 [special member functions] git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79704 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/cxx_status.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/www/cxx_status.html b/www/cxx_status.html index aadde90a44..05f3a0d00c 100644 --- a/www/cxx_status.html +++ b/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] -- cgit v1.2.3