1. c63d2c8 When we emit an error during the implicit definition of a special by Douglas Gregor · 14 years ago
  2. 380c213 Speculatively revert r103497, "Do not mark the virtual members of an by Daniel Dunbar · 14 years ago
  3. bbbe074 Do not mark the virtual members of an implicitly-instantiated class as by Douglas Gregor · 14 years ago
  4. 60a8fbb When implicit definition of the copy-assignment operator fails, by Douglas Gregor · 14 years ago
  5. 6cdc161 When creating a call to a base subobject's operator= in an by Douglas Gregor · 14 years ago
  6. 06a9f36 Complete reimplementation of the synthesis for implicitly-defined copy by Douglas Gregor · 14 years ago
  7. d1aa800 Change the 'declared at' diagnostic to say 'declared here'. by Anders Carlsson · 14 years ago
  8. 325e593 Warn about non-aggregate classes with no user-declared constructors by Douglas Gregor · 14 years ago
  9. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 14 years ago
  10. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  11. b6cc91b Pass the current SourceLocation to getAssignOperatorMethod, fixing a crash when the assign operator method needs to be instantiated. Doug, please review the updated default-assignment-operator.cpp change. by Anders Carlsson · 15 years ago
  12. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  13. 5e09d4c Use getDeclName in DefineImplicitOverloadedAssign as well. by Anders Carlsson · 15 years ago
  14. a1fbe86 Test case for my last patch. by Fariborz Jahanian · 15 years ago