llvm-project/clang/test/CXX/special
Alexis Hunt d6da876bac Begin work consolidating ShouldDelete* functions.
Begin with just default constructors. One note is that as a side effect
of this, a conformance test was removed on the basis that this is almost
certainly a defect as with most of union initialization. As it is, clang
does not implement union initialization close to the standard as it's
quite broken as written. I hope to write a paper addressing the issues
eventually.

llvm-svn: 141528
2011-10-10 06:18:57 +00:00
..
class.copy When performing a derived-to-base cast on the right-hand side of the 2011-09-06 16:26:56 +00:00
class.ctor Begin work consolidating ShouldDelete* functions. 2011-10-10 06:18:57 +00:00
class.dtor Start fixing up clang tests to work on the clang-native-arm-cortex-a9 builder. 2011-06-06 21:23:05 +00:00
class.free Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
class.inhctor Declare and define implicit move constructor and assignment operator. 2011-08-30 19:58:05 +00:00
class.init/class.base.init In constructors, don't generate implicit initializers for members of anonymous structs contained within anonymous unions. 2011-09-19 13:34:43 +00:00
class.temporary Disable the l-value to r-value conversion on C++ class types passed 2011-08-27 22:06:17 +00:00