aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/copy-initialization.cpp
AgeCommit message (Expand)Author
2012-02-11Implement core issue 5: a temporary created for copy-initialization has aRichard Smith
2010-11-16Improve diagnostic for calling non-const method on const object. Fixes rdar:/...Argyrios Kyrtzidis
2010-11-12When performing initialization of a copy of a temporary object, useDouglas Gregor
2010-09-05'const std::type_info*' instead of 'std::type_info const*'Chris Lattner
2010-04-18Do not consider explicit constructors when performing a copy to aDouglas Gregor
2010-04-17Improve our handling of user-defined conversions as part of overloadDouglas Gregor
2010-04-02Rework our handling of copy construction of temporaries, which was aDouglas Gregor
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2010-01-06Improve the diagnostics used to report implicitly-generated class membersJohn McCall
2009-12-19Switch more of Sema::CheckInitializerTypes over toDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-19Provide a proper source location when building an implicit dereference. Fixes...Douglas Gregor
2008-12-24Correct the order in which we cope with end-of-class-definitionDouglas Gregor
2008-11-22Implement a %plural modifier for complex plural forms in diagnostics. Use it ...Sebastian Redl
2008-11-05Implement C++ copy-initialization for declarations. There is now someDouglas Gregor