1. f4bb8d0 PR13273: When performing list-initialization with an empty initializer list, by Richard Smith · 12 years ago
  2. e653ba2 Special members which are defaulted or deleted on their first declaration are by Richard Smith · 12 years ago
  3. 762bb9d Update all tests other than Driver/std.cpp to use -std=c++11 rather than by Richard Smith · 13 years ago
  4. b681fb1 Explicitly-defaulted copy/move constructors are not "implicit", but by Douglas Gregor · 13 years ago
  5. df9a41f Fix testcase by Douglas Gregor · 13 years ago
  6. bcc3e66 Don't zero-initialize default-initialized local variables that have by Douglas Gregor · 13 years ago
  7. 0691a5c Move unnamed_addr after the function arguments on Sabre's request. by Rafael Espindola · 14 years ago
  8. c5f657f Add unnamed_addr to constructors and destructors. by Rafael Espindola · 14 years ago
  9. a83c6be Fix test for no-asserts builds. by John McCall · 14 years ago
  10. 7e1dff7 Currently we're initializing the vtable pointers of a class only after by John McCall · 14 years ago
  11. d606848 When adding initializers to a constructor, be sure that we are looking by Douglas Gregor · 14 years ago
  12. 7abfbdb Switch more of Sema::CheckInitializerTypes over to by Douglas Gregor · 15 years ago
  13. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  14. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  15. 64a54ad Array member construction in prologue of user-declared constructors. by Fariborz Jahanian · 15 years ago
  16. 98a541e Patch to provide cast of objects in member access by Fariborz Jahanian · 15 years ago
  17. 1c698e0 More cleanup of data member access and then some. by Fariborz Jahanian · 15 years ago
  18. 9e809e7 More work toward data member access ir-gen. by Fariborz Jahanian · 15 years ago
  19. 742cd1b ir-gen for non-virtual base class initialization in constructors. by Fariborz Jahanian · 15 years ago