From 8ba39c04ae259566666c9d8038dec31ccebad3cb Mon Sep 17 00:00:00 2001
From: Fariborz Jahanian
Date: Sat, 22 Aug 2009 00:18:52 +0000
Subject: [PATCH] Updated statuc page to reflect recent implementations of
section 12 [special member functions]
llvm-svn: 79704
---
clang/www/cxx_status.html | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
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] | | | | | |