summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/copy-assignment.cpp
Commit message (Expand)AuthorAgeFilesLines
* When we see 'Class(X' or 'Class::Class(X' and we suspect that it names aRichard Smith2012-03-271-7/+2
* For code such as:Richard Trieu2011-07-011-8/+10
* Continue parsing more postfix expressions, even after semanticDouglas Gregor2010-09-181-7/+9
* A field of incomplete type is sufficiently disruptive that we should markJohn McCall2010-08-161-0/+12
* Improve diagnostics when we fail to convert from a source type to aDouglas Gregor2010-04-091-1/+1
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-1/+1
* Rework base and member initialization in constructors, with severalDouglas Gregor2010-01-311-4/+4
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* When overload resolution fails for an overloaded operator, show theDouglas Gregor2009-09-301-1/+1
* Avoid using the built-in type checker for assignment in C++ when classes are ...Sebastian Redl2009-05-211-0/+99
OpenPOWER on IntegriCloud