1. 0f7e94f When checking for uninitialized fields in member initializers, special case static variables and enums. Fixes PR8075. by Anders Carlsson · 15 years ago
  2. 03f0e2b Do not warn with -Wuninitialized when the member is used in a sizeof or address-of expression. by Argyrios Kyrtzidis · 15 years ago
  3. 3696dcb Don't try to initialize a reference with a constructed temporary if either by John McCall · 15 years ago
  4. 139e962 Reapply r107235, this time with both my typo fixed, and a logical bug fixed. by Chandler Carruth · 15 years ago
  5. 0e783c2 Revert r107235, it had a silly typo in it, and fixing the typo breaks something by Chandler Carruth · 15 years ago
  6. abb04f7 Fix PR7402: We were creating implicit member initializers for every field in an by Chandler Carruth · 15 years ago
  7. d7d4b20 Land this test. by Anders Carlsson · 16 years ago
  8. 53e1ba9 Revert enough of my patches to fix self-host again :( by Anders Carlsson · 16 years ago
  9. 90235be DefineImplicitCopyConstructor now uses SetBaseOrMemberInitializers to create implicit base initializers. (Member initializers are still handled by CodeGenFunction::SynthesizeCXXCopyConstructor for now). by Anders Carlsson · 16 years ago
  10. e87beb2 Recommit my change to how C++ does elaborated type lookups, now with by John McCall · 16 years ago
  11. dca6be0 Fix a think-o that broke self-host. by Anders Carlsson · 16 years ago
  12. 23eebd9 Diagnose more cases of initializing distinct members of an anonymous union by John McCall · 16 years ago
  13. bb7b658 Diagnose misordered initializers in constructor templates immediately instead of by John McCall · 16 years ago
  14. 3155f57 Turn access control on by default in -cc1. by John McCall · 16 years ago
  15. 85f9055 When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 16 years ago
  16. 7ae2d77 Rework base and member initialization in constructors, with several by Douglas Gregor · 16 years ago
  17. e1ac8d1 Improve the reporting of non-viable overload candidates by noting the reason by John McCall · 16 years ago
  18. fd0b2f8 Improve the diagnostics used to report implicitly-generated class members by John McCall · 16 years ago
  19. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  20. 598caee Don't gratuitously mark the default constructors of base or member initializers as used by Douglas Gregor · 16 years ago
  21. d7686ef Unify the codepaths used to verify base and member initializers for explicitly by Eli Friedman · 16 years ago
  22. e22a04a Diagnose using a field to initialize itself. Patch by Brandon Pearcy! by John McCall · 16 years ago
  23. 11289f4 Remove tabs, and whitespace cleanups. by Mike Stump · 16 years ago
  24. 8b9575f Top-level semicolons are allowed in C++0x. Fixes PR4755. by Douglas Gregor · 16 years ago
  25. e82da99 Fixed test. by Fariborz Jahanian · 16 years ago
  26. 8675976 fix test (broken in r77224) by Benjamin Kramer · 16 years ago
  27. 4dcc53f Fixes broken test by accident. by Fariborz Jahanian · 16 years ago
  28. a5c3355 More Sema check for constructor's member initializer along by Fariborz Jahanian · 16 years ago
  29. ca2f085 Diagnose when base classes and members to be intialized by Fariborz Jahanian · 16 years ago
  30. 0228bc1 Add constructor used to initialize base/member in by Fariborz Jahanian · 16 years ago
  31. 341583c Sema check on out of order object initialization of by Fariborz Jahanian · 16 years ago
  32. 302bb66 Patch to support optional nested-name-specifier in in ctor-initializer list. by Fariborz Jahanian · 16 years ago
  33. cae5482 Diagnose multiple initialization of anonymous union by Fariborz Jahanian · 16 years ago
  34. 7baa71e More diagnostics related to initialization of direct bases by Fariborz Jahanian · 16 years ago
  35. 75fdaa4 Improve handling of base initializers. We now parse initializers in out of line decls, such as: by Anders Carlsson · 17 years ago
  36. a45cf5b Rename clang to clang-cc. by Daniel Dunbar · 17 years ago
  37. 810d330 Fix a long standard problem with clang retaining "too much" sugar by Chris Lattner · 17 years ago
  38. 49de534 Improve parser error recovery after a constructor initializer by Douglas Gregor · 17 years ago
  39. e8381c0 Initial implementation of parsing, semantic analysis, and AST-building by Douglas Gregor · 17 years ago