llvm-project/clang/test/CXX/dcl.decl/dcl.init
Richard Smith b368ea865f Per C++ [over.match.copy]p1, direct-initialization of a reference can
only invoke converting constructors of the reference's underlying type.

llvm-svn: 336153
2018-07-02 23:25:22 +00:00
..
dcl.init.aggr [c++17] If a class inherits virtual functions from a base class, it is 2018-06-14 20:03:22 +00:00
dcl.init.list [Sema] Improve test coverage of narrowing conversion diagnostics 2018-03-02 10:03:02 +00:00
dcl.init.ref Per C++ [over.match.copy]p1, direct-initialization of a reference can 2018-07-02 23:25:22 +00:00
dcl.init.string
p5.cpp Fix all tests under test/CXX (and test/Analysis) to pass if clang's default 2016-08-31 23:24:08 +00:00
p6.cpp
p7.cpp [Sema] Don't perform aggregate initialization for types with explicit constructors 2016-12-03 01:26:47 +00:00
p14-0x.cpp