summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/default-assignment-operator.cpp
Commit message (Expand)AuthorAgeFilesLines
* When we emit an error during the implicit definition of a specialDouglas Gregor2010-05-121-1/+2
* Speculatively revert r103497, "Do not mark the virtual members of anDaniel Dunbar2010-05-111-9/+4
* Do not mark the virtual members of an implicitly-instantiated class asDouglas Gregor2010-05-111-4/+9
* When implicit definition of the copy-assignment operator fails,Douglas Gregor2010-05-051-8/+6
* When creating a call to a base subobject's operator= in anDouglas Gregor2010-05-041-0/+28
* Complete reimplementation of the synthesis for implicitly-defined copyDouglas Gregor2010-05-011-5/+9
* Change the 'declared at' diagnostic to say 'declared here'.Anders Carlsson2010-04-231-3/+3
* Warn about non-aggregate classes with no user-declared constructorsDouglas Gregor2010-04-151-2/+4
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-3/+3
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Pass the current SourceLocation to getAssignOperatorMethod, fixing a crash wh...Anders Carlsson2009-12-091-3/+2
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-10/+6
* Use getDeclName in DefineImplicitOverloadedAssign as well.Anders Carlsson2009-07-091-0/+16
* Test case for my last patch.Fariborz Jahanian2009-06-251-0/+74
OpenPOWER on IntegriCloud