1. bca01b4 Properly implement the scope restriction on the NRVO for by Douglas Gregor · 13 years ago
  2. 7a614d8 Implement support for C++11 in-class initialization of non-static data members. by Richard Smith · 13 years ago
  3. 2e283f0 Start fixing up clang tests to work on the clang-native-arm-cortex-a9 builder. by Eli Friedman · 13 years ago
  4. a044826 Fix PR9941 for out-of-line template destructors too. by Sebastian Redl · 13 years ago
  5. 42bef03 Fix PR9941 again, this time for templates. by Sebastian Redl · 13 years ago
  6. 0ee3391 Reapply r121528, fixing PR9941 by delaying the exception specification check for destructors until the class is complete and destructors have been adjusted. by Sebastian Redl · 13 years ago
  7. 1d78032 Revert r121528 as it breaks a simple testcase, which leads to, among by Sean Hunt · 13 years ago
  8. 0320a1d Implement implicit exception specifications of destructors. by Sebastian Redl · 13 years ago
  9. caa35e4 Revert "Disable inherited constructors for 2.9." by Sebastian Redl · 13 years ago
  10. a808c54 Disable inherited constructors for 2.9. by Sebastian Redl · 13 years ago
  11. abea951 Add -fcxx-exceptions to all tests that use C++ exceptions. by Anders Carlsson · 14 years ago
  12. e41721e Pass -fexceptions to all tests that use try/catch/throw. by Anders Carlsson · 14 years ago
  13. 79ab2c8 Provide overload diagnostics when explicit casts involving class types fail. by John McCall · 14 years ago
  14. f677ea3 Basic implementation of inherited constructors. Only generates declarations, and probably only works for very basic use cases. by Sebastian Redl · 14 years ago
  15. c938c16 Rvalue references for *this: by Douglas Gregor · 14 years ago
  16. 72dfa27 When throwing an elidable object, first try to treat the subexpression by Douglas Gregor · 14 years ago
  17. cc15f01 Implement the preference for move-construction over copy-construction by Douglas Gregor · 14 years ago
  18. 0c42bb6 'const std::type_info*' instead of 'std::type_info const*' by Chris Lattner · 14 years ago
  19. d05b1b2 Add a test case for P%7346, which was fixed by not doing the operator by John McCall · 14 years ago
  20. 1544282 Only look up an 'operator delete' on the definition of a destructor, not on by John McCall · 14 years ago
  21. 046a746 Look through using declarations when deciding whether to use an operator by John McCall · 14 years ago
  22. 1619342 Test implicit declaration of copy assignment operator with non-const argument by Douglas Gregor · 14 years ago
  23. 598a854 Teach DeclareImplicitCopyConstructor how to cope with virtual bases by Douglas Gregor · 14 years ago
  24. eba9ace Add test case for PR6141, which was fixed a few days ago by Douglas Gregor · 15 years ago
  25. 0efc2c1 Reimplement constructor declarator parsing to cope with template-ids by Douglas Gregor · 15 years ago
  26. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  27. 9d59ecb Improve diagnostics for malformed delete operator function declarations. by Anders Carlsson · 15 years ago
  28. 65bdbfa Pretend destructors are const and volatile. This allows calling them with const and/or volatile objects. Fixes PR5548. by Sebastian Redl · 15 years ago
  29. 1f126bd Deallocation functions must also be static. by Anders Carlsson · 15 years ago
  30. 67bf2e7 allocation functions are always static. by Anders Carlsson · 15 years ago