summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/copy-initialization.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement core issue 5: a temporary created for copy-initialization has aRichard Smith2012-02-111-0/+23
* Improve diagnostic for calling non-const method on const object. Fixes rdar:/...Argyrios Kyrtzidis2010-11-161-2/+2
* When performing initialization of a copy of a temporary object, useDouglas Gregor2010-11-121-2/+2
* 'const std::type_info*' instead of 'std::type_info const*'Chris Lattner2010-09-051-2/+2
* Do not consider explicit constructors when performing a copy to aDouglas Gregor2010-04-181-5/+8
* Improve our handling of user-defined conversions as part of overloadDouglas Gregor2010-04-171-5/+3
* Rework our handling of copy construction of temporaries, which was aDouglas Gregor2010-04-021-0/+20
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-2/+2
* Improve the diagnostics used to report implicitly-generated class membersJohn McCall2010-01-061-1/+1
* Switch more of Sema::CheckInitializerTypes over toDouglas Gregor2009-12-191-3/+3
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Provide a proper source location when building an implicit dereference. Fixes...Douglas Gregor2009-02-191-1/+7
* Correct the order in which we cope with end-of-class-definitionDouglas Gregor2008-12-241-1/+1
* Implement a %plural modifier for complex plural forms in diagnostics. Use it ...Sebastian Redl2008-11-221-1/+1
* Implement C++ copy-initialization for declarations. There is now someDouglas Gregor2008-11-051-0/+17