summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/PR5834-constructor-conversion.cpp
Commit message (Collapse)AuthorAgeFilesLines
* When converting from a type to itself or one of its base classes via aDouglas Gregor2009-12-221-0/+14
constructor call, the conversion is only a standard conversion sequence if that constructor is a copy constructor. This fixes PR5834 in a semi-lame way, because the "real" fix will be to move over to InitializationSequence. That will happen "soonish", but not now. llvm-svn: 91861
OpenPOWER on IntegriCloud