llvm-project/clang/test/CXX/special
Richard Smith dd5619feac PR28978: If we need overload resolution for the move constructor of an
anonymous union member of a class, we need overload resolution for the move
constructor of the class itself too; we can't rely on Sema to do the right
thing for us for anonymous union types.

llvm-svn: 278763
2016-08-16 00:13:47 +00:00
..
class.conv/class.conv.ctor
class.copy PR28978: If we need overload resolution for the move constructor of an 2016-08-16 00:13:47 +00:00
class.ctor
class.dtor Unify warnings/errors from "maybe you meant" to "did you mean". 2015-04-02 22:10:06 +00:00
class.free
class.inhctor P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: 2016-06-28 19:03:57 +00:00
class.init Mark inheriting constructors as deleted if the corresponding defaulted default 2016-06-29 01:10:27 +00:00
class.temporary Implemented delayed processing of 'unavailable' checking, just like with 'deprecated'. 2013-12-18 23:30:06 +00:00