aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/copy-assignment.cpp
AgeCommit message (Expand)Author
2012-03-27When we see 'Class(X' or 'Class::Class(X' and we suspect that it names aRichard Smith
2011-07-01For code such as:Richard Trieu
2010-09-18Continue parsing more postfix expressions, even after semanticDouglas Gregor
2010-08-16A field of incomplete type is sufficiently disruptive that we should markJohn McCall
2010-04-09Improve diagnostics when we fail to convert from a source type to aDouglas Gregor
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2010-01-31Rework base and member initialization in constructors, with severalDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-09-30When overload resolution fails for an overloaded operator, show theDouglas Gregor
2009-05-21Avoid using the built-in type checker for assignment in C++ when classes are ...Sebastian Redl