1. 0efa62f Replace "failed template argument deduction" diagnostic with something useful by Richard Smith · 12 years ago
  2. 2801d9a Fix overload resolution for the initialization of a multi-dimensional by Richard Smith · 12 years ago
  3. 70a0189 Fix assertion failure with auto and nested initializer list; PR14272. by Eli Friedman · 12 years ago
  4. 3c394c5 When testing whether we can perform copy or move initialization, be by Douglas Gregor · 12 years ago
  5. 5b4bf13 Allow a conversion from the empty initializer list {} to an by Douglas Gregor · 12 years ago
  6. d280389 When performing template argument deduction for an initializer list, by Douglas Gregor · 12 years ago
  7. 4b911e6 Support deducing template arguments from nested initializer lists. PR12119. by Sebastian Redl · 12 years ago
  8. 33deb35 Fix parsing and processing initializer lists in return statements and as direct member initializers. by Sebastian Redl · 12 years ago
  9. 772291a Emit a warning when list-initializing a std::initializer_list member. by Sebastian Redl · 13 years ago
  10. 6dc00f6 Proper initializer list support for new expressions and type construct expressions. Array new still missing. by Sebastian Redl · 13 years ago
  11. b832f6d Minor fixups for auto deduction of initializer lists. by Sebastian Redl · 13 years ago
  12. 62b7cfb Auto deduction support for std::initializer_list, including for-range support. This means you can now write: by Sebastian Redl · 13 years ago
  13. 84760e3 Template argument deduction for std::initializer_list arguments from initializer lists. by Sebastian Redl · 13 years ago
  14. fe59228 Basic overloading support for std::initializer_list. by Sebastian Redl · 13 years ago
  15. 2b916b8 Sema support for initialization of std::initializer_list from initializer lists. by Sebastian Redl · 13 years ago