1. 9fd682b Land this test. by Anders Carlsson · 15 years ago
  2. 8e142cc Revert enough of my patches to fix self-host again :( by Anders Carlsson · 15 years ago
  3. e127abe DefineImplicitCopyConstructor now uses SetBaseOrMemberInitializers to create implicit base initializers. (Member initializers are still handled by CodeGenFunction::SynthesizeCXXCopyConstructor for now). by Anders Carlsson · 15 years ago
  4. 0d6b164 Recommit my change to how C++ does elaborated type lookups, now with by John McCall · 15 years ago
  5. 114a297 Fix a think-o that broke self-host. by Anders Carlsson · 15 years ago
  6. 3c3ccdb Diagnose more cases of initializing distinct members of an anonymous union by John McCall · 15 years ago
  7. d6ca8da Diagnose misordered initializers in constructor templates immediately instead of by John McCall · 15 years ago
  8. 7002f4c Turn access control on by default in -cc1. by John McCall · 15 years ago
  9. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 15 years ago
  10. 9db7dbb Rework base and member initialization in constructors, with several by Douglas Gregor · 15 years ago
  11. 220ccbf Improve the reporting of non-viable overload candidates by noting the reason by John McCall · 15 years ago
  12. b1622a1 Improve the diagnostics used to report implicitly-generated class members by John McCall · 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. c07a494 Don't gratuitously mark the default constructors of base or member initializers as used by Douglas Gregor · 15 years ago
  15. 49c16da Unify the codepaths used to verify base and member initializers for explicitly by Eli Friedman · 15 years ago
  16. b419004 Diagnose using a field to initialize itself. Patch by Brandon Pearcy! by John McCall · 15 years ago
  17. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  18. a1d71ae Top-level semicolons are allowed in C++0x. Fixes PR4755. by Douglas Gregor · 15 years ago
  19. b7b6c4c Fixed test. by Fariborz Jahanian · 15 years ago
  20. 3c38aab fix test (broken in r77224) by Benjamin Kramer · 15 years ago
  21. 0eb7cff Fixes broken test by accident. by Fariborz Jahanian · 15 years ago
  22. 7252f51 More Sema check for constructor's member initializer along by Fariborz Jahanian · 15 years ago
  23. 87595e4 Diagnose when base classes and members to be intialized by Fariborz Jahanian · 15 years ago
  24. d7b27e1 Add constructor used to initialize base/member in by Fariborz Jahanian · 15 years ago
  25. eb96e12 Sema check on out of order object initialization of by Fariborz Jahanian · 15 years ago
  26. bcfad54 Patch to support optional nested-name-specifier in in ctor-initializer list. by Fariborz Jahanian · 15 years ago
  27. 5ac3dfc Diagnose multiple initialization of anonymous union by Fariborz Jahanian · 15 years ago
  28. 9da7201 More diagnostics related to initialization of direct bases by Fariborz Jahanian · 15 years ago
  29. a7b3521 Improve handling of base initializers. We now parse initializers in out of line decls, such as: by Anders Carlsson · 16 years ago
  30. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  31. d0344a4 Fix a long standard problem with clang retaining "too much" sugar by Chris Lattner · 16 years ago
  32. 3f08d18 Improve parser error recovery after a constructor initializer by Douglas Gregor · 16 years ago
  33. 7ad8390 Initial implementation of parsing, semantic analysis, and AST-building by Douglas Gregor · 16 years ago