llvm-project/clang/test/CXX/special
Richard Smith aa6ce34141 Fix tracking of whether a destructor would be deleted.
I've been unable to find any cases whose behavior is actually changed by this,
but only because an implicitly deleted destructor also results in it being
impossible to have a trivial (non-deleted) copy constructor, which the place
where this really matters (choosing whether to pass a class in registers)
happens to also check.

llvm-svn: 313948
2017-09-22 01:04:22 +00:00
..
class.conv/class.conv.ctor
class.copy Remove custom handling of array copies in lambda by-value array capture and 2016-12-14 00:03:17 +00:00
class.ctor
class.dtor Fix tracking of whether a destructor would be deleted. 2017-09-22 01:04:22 +00:00
class.free
class.inhctor PR31606: Generalize our tentative DR resolution for inheriting copy/move 2017-01-13 20:46:54 +00:00
class.init Fix handling of constructor inherited through multiple levels of virtual base class. 2016-10-28 20:20:58 +00:00
class.temporary