From c04e2d9bd66d9e06f7f147b2d9b4b13f08fe4b53 Mon Sep 17 00:00:00 2001
From: Douglas Gregor
Date: Fri, 24 Jul 2009 00:05:42 +0000
Subject: [PATCH] We now do complete semantic checking for unions
llvm-svn: 76918
---
clang/www/cxx_status.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index 1fcf9e2c6440..e6ac8ae98bf4 100644
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -1307,9 +1307,9 @@ welcome!
9.5 [class.union] |
|
|
- |
- |
- Semantic analysis does not yet check all of the requirements placed on the members of unions. |
+ |
+ |
+ |
9.6 [class.bit] |