llvm-project/clang/test/CXX/special
Douglas Gregor 74f7d50f6a When overload resolution picks an implicitly-deleted special member
function, provide a specialized diagnostic that indicates the kind of
special member function (default constructor, copy assignment
operator, etc.) and that it was implicitly deleted. Add a hook where
we can provide more detailed information later.

llvm-svn: 150611
2012-02-15 19:33:52 +00:00
..
class.copy When overload resolution picks an implicitly-deleted special member 2012-02-15 19:33:52 +00:00
class.ctor When overload resolution picks an implicitly-deleted special member 2012-02-15 19:33:52 +00:00
class.dtor Support decltype in pseudo destructors and dependent destructor calls. 2011-12-16 16:03:09 +00:00
class.free Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
class.inhctor Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +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