llvm-project/clang/test/CXX/special/class.copy
Richard Smith af136f8191 PR13381, part 2: when determining if a defaulted special member function should
be defined as deleted, take cv-qualifiers on class members into account when
looking up the copy or move constructor or assignment operator which will be
used for them.

llvm-svn: 160418
2012-07-18 03:51:16 +00:00
..
implicit-move-def.cpp Make test work with ARM C++ ABI. 2011-11-01 03:30:32 +00:00
implicit-move.cpp PR12625: Cope with classes which have incomplete base or member types: 2012-04-25 18:28:49 +00:00
p3.cpp
p8-cxx11.cpp PR13051: If a constructor is explicitly defaulted, it isn't marked as being 2012-06-08 21:09:22 +00:00
p9.cpp Provide overload diagnostics when explicit casts involving class types fail. 2011-02-14 18:34:10 +00:00
p11.0x.copy.cpp PR13381, part 2: when determining if a defaulted special member function should 2012-07-18 03:51:16 +00:00
p11.0x.move.cpp Implement DR1402: if a field or base class is not movable, the derived class's 2012-04-02 18:40:40 +00:00
p13-0x.cpp PR13051: If a constructor is explicitly defaulted, it isn't marked as being 2012-06-08 21:09:22 +00:00
p15-0x.cpp When synthesizing an implicitly-defined copy or move constructor, or 2011-11-28 20:03:15 +00:00
p15-inclass.cpp hopefully fix a bunch of ARM buildbot failures 2012-05-09 21:21:49 +00:00
p20.cpp Test implicit declaration of copy assignment operator with non-const argument 2010-07-01 20:08:52 +00:00
p23-cxx11.cpp PR13381, part 2: when determining if a defaulted special member function should 2012-07-18 03:51:16 +00:00
p33-0x.cpp Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00