commit | c2ef215bda212f90efec8969c59e9c190268ddd2 | [log] [tgz] |
---|---|---|
author | Eli Friedman <eli.friedman@gmail.com> | Mon Nov 16 21:47:41 2009 +0000 |
committer | Eli Friedman <eli.friedman@gmail.com> | Mon Nov 16 21:47:41 2009 +0000 |
tree | 17a6cead6cb1942bad1103de9259d550a9d361fc | |
parent | 1b8fe5b716b8b4630c8f813f13389f26e2b689a4 [diff] [blame] |
Implement a few more cases for copy constructor synthesis. llvm-svn: 88971
diff --git a/clang/test/CodeGenCXX/copy-constructor-synthesis.cpp b/clang/test/CodeGenCXX/copy-constructor-synthesis.cpp index 60552a3..3b8f782 100644 --- a/clang/test/CodeGenCXX/copy-constructor-synthesis.cpp +++ b/clang/test/CodeGenCXX/copy-constructor-synthesis.cpp
@@ -44,6 +44,8 @@ const char *name; unsigned bf1 : 8; unsigned bf2 : 16; + int arr[2]; + _Complex float complex; union { int au_i1;