clang-1/test/CXX/special
Richard Smith acf796b479 Store on the CXXRecordDecl whether the class has, or would have, a copy
constructor/assignment operator with a const-qualified parameter type. The
prior method for determining this incorrectly used overload resolution.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168775 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-28 06:23:12 +00:00
..
class.conv/class.conv.ctor
class.copy Store on the CXXRecordDecl whether the class has, or would have, a copy 2012-11-28 06:23:12 +00:00
class.ctor
class.dtor Rework implementation of DR1492: Apply the resolution to operator delete too, 2012-10-20 08:26:51 +00:00
class.free
class.inhctor
class.init/class.base.init
class.temporary