llvm-project/clang/test/CXX/dcl.decl/dcl.init
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
..
dcl.init.aggr When overload resolution picks an implicitly-deleted special member 2012-02-15 19:33:52 +00:00
dcl.init.list Add -Wnarrowing as an alias for -Wc++11-narrowing, for better GCC 2012-01-23 15:52:03 +00:00
dcl.init.ref Modify how the -verify flag works. Currently, the verification string and 2011-12-15 00:38:15 +00:00
dcl.init.string constexpr: initialization of a union from an empty initializer-list should 2012-01-12 18:54:33 +00:00
p5.cpp Fix a regression that allowed clearly ill formed code. The diagnostic is still 2010-08-31 05:42:40 +00:00
p6.cpp Teach Sema::ActOnUninitializedDecl() not to try to interpret when one 2011-05-21 17:52:48 +00:00
p14-0x.cpp Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00