llvm-project/clang/test/CXX/special
Douglas Gregor 9996c8fe01 Expand test of C++0x [class.copymove]p15 to make sure we're actually calling the copy constructor of a base/member from an explicitly-defaulted copy constructor, rather than the default constructor
llvm-svn: 137220
2011-08-10 16:59:20 +00:00
..
class.copy Expand test of C++0x [class.copymove]p15 to make sure we're actually calling the copy constructor of a base/member from an explicitly-defaulted copy constructor, rather than the default constructor 2011-08-10 16:59:20 +00:00
class.ctor Implement support for C++11 in-class initialization of non-static data members. 2011-06-11 17:19:42 +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 Revert "Disable inherited constructors for 2.9." 2011-03-12 13:44:32 +00:00
class.init/class.base.init Implement support for C++11 in-class initialization of non-static data members. 2011-06-11 17:19:42 +00:00