llvm-project/clang/test/CXX/dcl.decl/dcl.init
Douglas Gregor cbd0710a12 When performing initialization of a copy of a temporary object, use
direct-initialization (rather than copy-initialization) to initialize
the temporary, allowing explicit constructors. Fixes PR8342.

llvm-svn: 118880
2010-11-12 03:34:06 +00:00
..
dcl.init.aggr Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
dcl.init.list Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
dcl.init.ref When performing initialization of a copy of a temporary object, use 2010-11-12 03:34:06 +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 'const std::type_info*' instead of 'std::type_info const*' 2010-09-05 00:17:29 +00:00