aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/default-assignment-operator.cpp
AgeCommit message (Expand)Author
2010-05-12When we emit an error during the implicit definition of a specialDouglas Gregor
2010-05-11Speculatively revert r103497, "Do not mark the virtual members of anDaniel Dunbar
2010-05-11Do not mark the virtual members of an implicitly-instantiated class asDouglas Gregor
2010-05-05When implicit definition of the copy-assignment operator fails,Douglas Gregor
2010-05-04When creating a call to a base subobject's operator= in anDouglas Gregor
2010-05-01Complete reimplementation of the synthesis for implicitly-defined copyDouglas Gregor
2010-04-23Change the 'declared at' diagnostic to say 'declared here'.Anders Carlsson
2010-04-15Warn about non-aggregate classes with no user-declared constructorsDouglas Gregor
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-09Pass the current SourceLocation to getAssignOperatorMethod, fixing a crash wh...Anders Carlsson
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-07-09Use getDeclName in DefineImplicitOverloadedAssign as well.Anders Carlsson
2009-06-25Test case for my last patch.Fariborz Jahanian