summaryrefslogtreecommitdiff
path: root/test/SemaCXX/overload-call-copycon.cpp
AgeCommit message (Expand)Author
2015-11-17[Lit Test] Updated 34 Lit tests to be C++11 compatible.Charles Li
2010-08-11Improve our handling of user-defined conversions when computingDouglas Gregor
2010-01-27Fix a major oversight in the comparison of standard conversionDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-11Give the "cannot pass object of non-POD type 'class C' through variadic const...Chris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-11-03Standard conversion sequences now have a CopyConstructor field, toDouglas Gregor
2008-11-03Add implicitly-declared default and copy constructors to C++ classes,Douglas Gregor