llvm-project/clang/test/CXX/special
Richard Smith c2bc61b006 Bring inheriting constructor implementation up-to-date with current defect
reports, and implement implicit definition of inheriting constructors.
Remaining missing features: inheriting constructor templates, implicit
exception specifications for inheriting constructors, inheriting constructors
from dependent bases.

llvm-svn: 177320
2013-03-18 21:12:30 +00:00
..
class.conv/class.conv.ctor Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
class.copy Improve diagnostic wording for when an implicitly-deleted special member 2012-12-28 12:23:24 +00:00
class.ctor Add a test for r174980, that we used to accept 2013-02-12 20:43:41 +00:00
class.dtor Try to get buildbots to pass these tests. 2013-02-21 19:44:18 +00:00
class.free Improve diagnostics for invalid use of non-static members / this: 2012-04-05 01:13:04 +00:00
class.inhctor Bring inheriting constructor implementation up-to-date with current defect 2013-03-18 21:12:30 +00:00
class.init/class.base.init Include named unions in union member init checking 2011-11-17 06:01:57 +00:00
class.temporary When we notice that a member function is defined with "= delete" or "= 2011-11-07 20:56:01 +00:00