1. 883dbc4 Switch from using a DiagnosticTrap and a note for "while defining a special by Richard Smith · 8 years ago
  2. 6de8aca [Test] Make Lit tests C++11 compatible #10 by Charles Li · 9 years ago
  3. 32cbff7 [Sema] Be consistent about diagnostic wording: always use "cannot". by Davide Italiano · 10 years ago
  4. 44b2174 PR6037 Warn on inaccessible direct base by Nathan Sidwell · 11 years ago
  5. f24e6e7 Fix some confusing diagnostic wording. s/implicit default/implicit/ if we're by Richard Smith · 12 years ago
  6. 54818f0 When we emit an error during the implicit definition of a special by Douglas Gregor · 15 years ago
  7. 0547ad3 Speculatively revert r103497, "Do not mark the virtual members of an by Daniel Dunbar · 15 years ago
  8. 0c4aad1 Do not mark the virtual members of an implicitly-instantiated class as by Douglas Gregor · 15 years ago
  9. bf1fb44 When implicit definition of the copy-assignment operator fails, by Douglas Gregor · 15 years ago
  10. 40c92bb When creating a call to a base subobject's operator= in an by Douglas Gregor · 15 years ago
  11. b139cd5 Complete reimplementation of the synthesis for implicitly-defined copy by Douglas Gregor · 15 years ago
  12. 58e24a8 Change the 'declared at' diagnostic to say 'declared here'. by Anders Carlsson · 15 years ago
  13. 454a5b6 Warn about non-aggregate classes with no user-declared constructors by Douglas Gregor · 15 years ago
  14. 85f9055 When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 16 years ago
  15. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  16. efa4732 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 · 16 years ago
  17. 11289f4 Remove tabs, and whitespace cleanups. by Mike Stump · 16 years ago
  18. 17973e6 Use getDeclName in DefineImplicitOverloadedAssign as well. by Anders Carlsson · 16 years ago
  19. a158e01 Test case for my last patch. by Fariborz Jahanian · 16 years ago