1. d6ca8da Diagnose misordered initializers in constructor templates immediately instead of by John McCall · 14 years ago
  2. 7002f4c Turn access control on by default in -cc1. by John McCall · 14 years ago
  3. bcc12fd If a constructor is a dependent context, just set the base and member initializers as they are written. Fixes a bug where we wouldn't show initialization order warnings when instantiating. by Anders Carlsson · 14 years ago
  4. 9db7dbb Rework base and member initialization in constructors, with several by Douglas Gregor · 15 years ago
  5. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  6. c5573a8 Make instantiating initializers for classes with a dependent base type by Eli Friedman · 15 years ago
  7. 0902531 Instantiate member and base initializers. Patch by Anders Johnsen! (tweaked slightly by me) by Anders Carlsson · 15 years ago